File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- [ v0.1 .0]
1
+ # [ v0.2 .0]
2
2
3
- # Added
3
+ ## Added
4
+
5
+ - [[ #76 ]] ( https://github.com/rust-vmm/vm-memory/issues/76 ) : Added ` get_slice ` and
6
+ ` as_volatile_slice ` to ` GuestMemoryRegion ` .
7
+ - [[ #88 ]] ( https://github.com/rust-vmm/vm-memory/issues/88 ) : Added ` as_bytes ` for
8
+ ` ByteValued ` which can be used for reading into POD structures from
9
+ raw bytes.
10
+
11
+ # [ v0.1.0]
12
+
13
+ ## Added
4
14
5
15
- Added traits for working with VM memory.
6
16
- Added a mmap based implemention for the Guest Memory.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-memory"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
description = " Safe abstractions for accessing the VM physical memory"
5
5
keywords = [" memory" ]
6
6
authors = [" Liu Jiang <gerry@linux.alibaba.com>" ]
You can’t perform that action at this time.
0 commit comments