From: Peter Krempa Date: Tue, 21 Jun 2022 14:46:14 +0000 (+0200) Subject: qemuxml2argvtest: Remove 'qemu-4.0' version of aarch64-features-sve case X-Git-Tag: v8.7.0-rc1~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081230fcdb297746be566830af78b9a3349b566a;p=thirdparty%2Flibvirt.git qemuxml2argvtest: Remove 'qemu-4.0' version of aarch64-features-sve case Minimum qemu will be bumped to 4.2 so this test no longer makes sense. Signed-off-by: Peter Krempa Reviewed-by: Michal Privoznik Reviewed-by: Ján Tomko --- 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 2e7ad693e6..d80624cd53 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -2962,8 +2962,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 */