pub fn initrd_load_addr(
guest_mem: &GuestMemoryMmap,
initrd_size: usize,
) -> Option<u64>Expand description
Returns the memory address where the initrd could be loaded.
pub fn initrd_load_addr(
guest_mem: &GuestMemoryMmap,
initrd_size: usize,
) -> Option<u64>Returns the memory address where the initrd could be loaded.