- [#76]: Added
get_slice
andas_volatile_slice
toGuestMemoryRegion
. - [#82]: Added
Clone
bound forGuestAddressSpace::T
, the return value ofGuestAddressSpace::memory()
. - [#88]: Added
as_bytes
forByteValued
which can be used for reading into POD structures from raw bytes.
- Added traits for working with VM memory.
- Added a mmap based implemention for the Guest Memory.