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