Skip to content

vm-memory-v0.16.0

Choose a tag to compare

@roypat roypat released this 09 Oct 09:41
· 96 commits to main since this release

Changelog

Upcoming version

[v0.16.0]

Added

  • [#287] Support for RISC-V 64-bit platform.
  • [#299] atomic_bitmap: support enlarging the bitmap.

Changed

  • [#278 Remove GuestMemoryIterator trait, and instead have GuestMemory::iter() return impl Iterator.