File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.11.0]
4+
5+ ### Added
6+ - [[ #216 ]] ( https://github.com/rust-vmm/vm-memory/pull/216 ) Add ` GuestRegionMmap::from_region ` .
7+
8+ ### Fixed
9+ - [[ #217 ]] ( https://github.com/rust-vmm/vm-memory/pull/217 ) Fix vm-memory internally
10+ taking rust-style slices to guest memory in ways that could potentially cause
11+ undefined behavior. Removes/deprecates various ` as_slice ` /` as_slice_mut ` methods
12+ whose usage violated rust's aliasing rules, as well as an unsound
13+ ` impl<'a> VolatileMemory for &'a mut [u8] ` .
14+
315## [ v0.10.0]
416
517### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " vm-memory"
3- version = " 0.10 .0"
3+ version = " 0.11 .0"
44description = " Safe abstractions for accessing the VM physical memory"
55keywords = [" memory" ]
66categories = [" memory-management" ]
You can’t perform that action at this time.
0 commit comments