Available on crate feature
backend-mmap only.Expand description
The default implementation for the GuestMemory trait.
This implementation is mmap-ing the memory of the guest into the current process.
Structs§
- Guest
Region Mmap GuestMemoryRegionimplementation that mmaps the guest’s memory region in the current process.- Mmap
Range xenandtarget_family=unix MmapRangerepresents a range of arguments required to create Mmap regions.- Mmap
Region - Helper structure for working with mmaped memory regions with Xen.
- Mmap
XenFlags xenandtarget_family=unix - Flags for the Xen mmap message.
Enums§
- From
Ranges Error - Errors that can happen during
GuestMemoryMmap::from_rangesand related functions. - Mmap
Region Error - Error conditions that may arise when creating a new
MmapRegionobject.
Traits§
- NewBitmap
- A
Bitmapthat can be created starting from an initial size.
Type Aliases§
- Guest
Memory Mmap GuestMemoryBackendimplementation that mmaps the guest’s memory in the current process.