Skip to content

Commit 51f67bd

Browse files
vm-memory version v0.2.0
- Updated changelog with changes from the last release. - Updated crate version to 0.2.0 Signed-off-by: Andreea Florescu <fandree@amazon.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent e22be31 commit 51f67bd

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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+
- [[#82]](https://github.com/rust-vmm/vm-memory/issues/82): Added `Clone` bound
8+
for `GuestAddressSpace::T`, the return value of `GuestAddressSpace::memory()`.
9+
- [[#88]](https://github.com/rust-vmm/vm-memory/issues/88): Added `as_bytes` for
10+
`ByteValued` which can be used for reading into POD structures from
11+
raw bytes.
12+
13+
# [v0.1.0]
14+
15+
## Added
416

517
- Added traits for working with VM memory.
618
- Added a mmap based implemention for the Guest Memory.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vm-memory"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Safe abstractions for accessing the VM physical memory"
55
keywords = ["memory"]
66
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]

0 commit comments

Comments
 (0)