Releases: rust-vmm/vm-memory
Releases · rust-vmm/vm-memory
vm-memory-v0.3.0
Added
- [#109]: Added
build_raw
toMmapRegion
which can be used to operate on externally created mappings. - [#101]: Added
check_range
forGuestMemory
which could be used to validate a range of guest memory. - [#115]: Add methods for atomic access to
Bytes
.
Fixed
- [#93]: DoS issue when using virtio with rust-vmm/vm-memory.
- [#106]: Asserts trigger on zero-length access.
Removed
integer-atomics
is no longer a distinct feature of the crate.
vm-memory-v0.2.2
Fixed
- [#106]: Asserts trigger on zero-length access.
vm-memory-v0.1.2
Fixed
- [#106]: Asserts trigger on zero-length access.
vm-memory-v0.2.1
Fixed
- [#93]: Avoid torn writes with memcpy.
vm-memory-v0.1.1
Fixed
- [#93]: Avoid torn writes with memcpy.
vm-memory-v0.2.0
vm-memory-v0.1.0
This is the first release of the vm-memory crate.