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]
22
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
414
515- Added traits for working with VM memory.
616- Added a mmap based implemention for the Guest Memory.
Original file line number Diff line number Diff line change 11[package ]
22name = " vm-memory"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44description = " Safe abstractions for accessing the VM physical memory"
55keywords = [" memory" ]
66authors = [" Liu Jiang <gerry@linux.alibaba.com>" ]
You can’t perform that action at this time.
0 commit comments