Module guest_memory

Source
Expand description

Track memory regions that are mapped to the guest VM.

Modulesยง

sys ๐Ÿ”’

Structsยง

FileBackedMappingParameters
GuestMemory
Tracks memory regions and where they are mapped in the guest, along with shm descriptors of the underlying memory regions.
MemoryPolicy
MemoryRegion
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.
MemoryRegionInformation
For MemoryRegion::regions
MemoryRegionOptions
MemoryRegionSnapshotMetadata ๐Ÿ”’
MemorySnapshotMetadata ๐Ÿ”’

Enumsยง

BackingObject
A file-like object backing MemoryRegion.
Error
MemoryRegionPurpose

Type Aliasesยง

Result