Expand description
The default implementation for the GuestMemory trait.
This implementation is mmap-ing the memory of the guest into the current process.
Structs
GuestMemoryimplementation that mmaps the guest’s memory in the current process.GuestMemoryRegionimplementation that mmaps the guest’s memory region in the current process.- An iterator over the elements of
GuestMemoryMmap. MmapRangerepresents a range of arguments required to create Mmap regions.- Helper structure for working with mmaped memory regions with Xen.
- Flags for the Xen mmap message.
Enums
- Errors that can occur when creating a memory map.
- Error conditions that may arise when creating a new
MmapRegionobject.
Traits
- A
Bitmapthat can be created starting from an initial size.
Functions
- Checks if a mapping of
sizebytes fits at the providedfile_offset.