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