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 1
1
# Changelog
2
2
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
+
3
15
## [ v0.10.0]
4
16
5
17
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-memory"
3
- version = " 0.10 .0"
3
+ version = " 0.11 .0"
4
4
description = " Safe abstractions for accessing the VM physical memory"
5
5
keywords = [" memory" ]
6
6
categories = [" memory-management" ]
You can’t perform that action at this time.
0 commit comments