[PATCH 06/20] qemuxml2argvtest: Remove 'qemu-4.0' version of aarch64-features-sve case

Peter Krempa pkrempa at redhat.com
Fri Jul 15 11:44:11 UTC 2022


Minimum qemu will be bumped to 4.2 so this test no longer makes sense.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 tests/qemuxml2argvdata/aarch64-features-sve.aarch64-4.0.0.err | 1 -
 tests/qemuxml2argvtest.c                                      | 2 --
 2 files changed, 3 deletions(-)
 delete mode 100644 tests/qemuxml2argvdata/aarch64-features-sve.aarch64-4.0.0.err

diff --git a/tests/qemuxml2argvdata/aarch64-features-sve.aarch64-4.0.0.err b/tests/qemuxml2argvdata/aarch64-features-sve.aarch64-4.0.0.err
deleted file mode 100644
index 471b22708a..0000000000
--- a/tests/qemuxml2argvdata/aarch64-features-sve.aarch64-4.0.0.err
+++ /dev/null
@@ -1 +0,0 @@
-internal error: CPU features not supported by hypervisor for aarch64 architecture
diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c
index 3d5ded60d7..e850d607a8 100644
--- a/tests/qemuxml2argvtest.c
+++ b/tests/qemuxml2argvtest.c
@@ -2946,8 +2946,6 @@ mymain(void)
             QEMU_CAPS_DEVICE_PCI_BRIDGE,
             QEMU_CAPS_DEVICE_PCI_SERIAL);

-    /* QEMU 4.0.0 didn't have support for aarch64 CPU features */
-    DO_TEST_CAPS_ARCH_VER_FAILURE("aarch64-features-sve", "aarch64", "4.0.0");
     /* aarch64 doesn't support the same CPU features as x86 */
     DO_TEST_CAPS_ARCH_LATEST_FAILURE("aarch64-features-wrong", "aarch64");
     /* Can't enable vector lengths when SVE is overall disabled */
-- 
2.36.1



More information about the libvir-list mailing list