pub fn single_region_mem_at(at: u64, size: usize) -> GuestMemoryMmapExpand description
Creates a GuestMemoryMmap with a single region of the given size starting at the given
guest physical address at and without dirty tracking.
pub fn single_region_mem_at(at: u64, size: usize) -> GuestMemoryMmapCreates a GuestMemoryMmap with a single region of the given size starting at the given
guest physical address at and without dirty tracking.