Crate vm_memory

Source
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§

GuestAddress
Represents an Address in the guest’s memory.