From 341dc63202658a8504e4ed370f226f77c3baedd2 Mon Sep 17 00:00:00 2001 From: lixuemin2016 Date: Wed, 31 May 2023 20:35:47 +0800 Subject: [PATCH] add basic nested hyperv on kvm test case 1. Start L1 Windows VM (w2022,2019,2016,win10) 2. Start L2 BIOS/UEFI VM via booting up fedora image Signed-off-by: lixuemin2016 --- qemu/tests/nested_hyperv_on_kvm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/tests/nested_hyperv_on_kvm.py b/qemu/tests/nested_hyperv_on_kvm.py index d460ffc60c8..0884f048638 100644 --- a/qemu/tests/nested_hyperv_on_kvm.py +++ b/qemu/tests/nested_hyperv_on_kvm.py @@ -10,7 +10,7 @@ def run(test, params, env): """ Nested Hyper-V on KVM: - This case is used to test in L1 Windows VM, start L2 BIOS/UEFI Linux VM + This case is used to test in L1 Windows VM, start L2 BIOS/UEFI Linux VM via Fedora image :param test: QEMU test object :param params: Dictionary with the test parameters