fn create_guest_memory(
    cfg: &Config,
    components: &VmComponents,
    arch_memory_layout: &<X8664arch as LinuxArch>::ArchMemoryLayout,
    hypervisor: &impl Hypervisor
) -> Result<GuestMemory>