@samitouri / QOSamiQemu / commits / 6f8f25614d

hvf: enable nested virtualisation support

Signed-off-by: Mohamed Mediouni <mohamed@unpredictable.fr> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Message-id: 20260429190532.26538-15-mohamed@unpredictable.fr Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Mohamed Mediouni committed May 5, 2026 at 09:25 UTC 6f8f25614d1f5662a246d99abcada94d0d5730de
1 file changed +2 -1
hw/arm/virt.c
+2 -1
@@ -2719,7 +2719,8 @@ static void machvirt_init(MachineState *machine)
2719 exit(1);
2720 }
2721
2722 - if (vms->virt && !kvm_enabled() && !tcg_enabled() && !qtest_enabled()) {
2722 + if (vms->virt && !kvm_enabled() && !tcg_enabled()
2723 + && !hvf_enabled() && !qtest_enabled()) {
2724 error_report("mach-virt: %s does not support providing "
2725 "Virtualization extensions to the guest CPU",
2726 current_accel_name());