Module vm_memory::guest_memory
source · Expand description
Track memory regions that are mapped to the guest VM.
Modules§
- sys 🔒
Structs§
- Tracks memory regions and where they are mapped in the guest, along with shm descriptors of the underlying memory regions.
- A regions of memory mapped memory. Holds the memory mapping with its offset in guest memory. Also holds the backing object for the mapping and the offset in that object of the mapping.
- For MemoryRegion::regions
Enums§
- A file-like object backing
MemoryRegion
.