Expand description
Virtual machine guest memory abstraction.
Re-exports§
pub use guest_memory::Error as GuestMemoryError;
pub use guest_memory::*;
Modules§
- Represents an address in the guest’s memory space.
- Track memory regions that are mapped to the guest VM.
Structs§
- Represents an Address in the guest’s memory.