Releases: rust-vmm/vm-memory
Releases · rust-vmm/vm-memory
vm-memory-v0.4.0
20 Nov 15:15
Compare
Sorry, something went wrong.
No results found
Fixed
[#100] : Performance degradation after fixing #95 .
[#122] : atomic, Cargo.toml: Update for arc-swap 1.0.0.
vm-memory-v0.3.0
02 Oct 10:13
Compare
Sorry, something went wrong.
No results found
Added
[#109] : Added build_raw
to MmapRegion
which can be used to operate on externally created mappings.
[#101] : Added check_range
for GuestMemory
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
05 Aug 09:37
Compare
Sorry, something went wrong.
No results found
Fixed
[#106] : Asserts trigger on zero-length access.
vm-memory-v0.1.2
05 Aug 09:35
Compare
Sorry, something went wrong.
No results found
Fixed
[#106] : Asserts trigger on zero-length access.
vm-memory-v0.2.1
28 May 14:52
Compare
Sorry, something went wrong.
No results found
Fixed
[#93] : Avoid torn writes with memcpy.
vm-memory-v0.1.1
28 May 14:52
Compare
Sorry, something went wrong.
No results found
Fixed
[#93] : Avoid torn writes with memcpy.
vm-memory-v0.2.0
19 Mar 14:29
Compare
Sorry, something went wrong.
No results found
Added
[#76] : Added get_slice
and
as_volatile_slice
to GuestMemoryRegion
.
[#82] : Added Clone
bound
for GuestAddressSpace::T
, the return value of GuestAddressSpace::memory()
.
[#88] : Added as_bytes
for
ByteValued
which can be used for reading into POD structures from
raw bytes.
vm-memory-v0.1.0
17 Mar 10:03
Compare
Sorry, something went wrong.
No results found
This is the first release of the vm-memory crate.