Skip to content

vm-memory-v0.16.0

Compare
Choose a tag to compare
@roypat roypat released this 09 Oct 09:41
· 4 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.