In hypervisor codebase there is an assumption that ACPI NVS/Data region for pre-launched VM is at most 1M. This assumption is no longer true since recent patches to enlarge the ACPI NVS region. As a result the ACPI NVS region might not be mapped because the remaining_hpa_size (arch/x86/guest/vm.c, prepare_prelaunched_vm_memmap) is not large enough.
In hypervisor codebase there is an assumption that ACPI NVS/Data region for pre-launched VM is at most 1M. This assumption is no longer true since recent patches to enlarge the ACPI NVS region. As a result the ACPI NVS region might not be mapped because the remaining_hpa_size (arch/x86/guest/vm.c, prepare_prelaunched_vm_memmap) is not large enough.