Skip to content

vm-memory-v0.11.0

Compare
Choose a tag to compare
@roypat roypat released this 31 May 13:38
· 90 commits to main since this release

Changelog

Added

  • [#216] Add GuestRegionMmap::from_region.

Fixed

  • [#217] Fix vm-memory internally taking rust-style slices to guest memory in ways that could potentially cause undefined behavior. Removes/deprecates various as_slice/as_slice_mut methods whose usage violated rust's aliasing rules, as well as an unsound impl<'a> VolatileMemory for &'a mut [u8].