Skip to content

Releases: rust-vmm/vm-memory

vm-memory-v0.1.2

05 Aug 09:35
Compare
Choose a tag to compare

Fixed

  • [#106]: Asserts trigger on zero-length access.

vm-memory-v0.2.1

28 May 14:52
Compare
Choose a tag to compare

Fixed

  • [#93]: Avoid torn writes with memcpy.

vm-memory-v0.1.1

28 May 14:52
Compare
Choose a tag to compare

Fixed

  • [#93]: Avoid torn writes with memcpy.

vm-memory-v0.2.0

19 Mar 14:29
Compare
Choose a tag to compare

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
Choose a tag to compare

This is the first release of the vm-memory crate.