pub fn initrd_load_addr<M: GuestMemory>( guest_mem: &M, initrd_size: u64, ) -> Result<u64>
Returns the memory address where the initrd could be loaded.