From: Michal Privoznik Date: Tue, 5 May 2026 12:30:53 +0000 (+0200) Subject: qemuxmlconftest: Drop machine-i8042-{on/off} tests for 6.2.0 X-Git-Tag: v12.4.0-rc1~137 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=83bbf72d60f36e46b661e32e4f0ee474a91ddfaf;p=thirdparty%2Flibvirt.git qemuxmlconftest: Drop machine-i8042-{on/off} tests for 6.2.0 Toggling PS/2 state is available from QEMU-7.0 onwards. Soon the minimal version is going to be bumped to QEMU-7.2. Drop old tests. Signed-off-by: Michal Privoznik Reviewed-by: Peter Krempa --- diff --git a/tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err b/tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err deleted file mode 100644 index 3a12712915..0000000000 --- a/tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: ps2 feature state cannot be controlled with this QEMU binary diff --git a/tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err b/tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err deleted file mode 100644 index 3a12712915..0000000000 --- a/tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err +++ /dev/null @@ -1 +0,0 @@ -unsupported configuration: ps2 feature state cannot be controlled with this QEMU binary diff --git a/tests/qemuxmlconftest.c b/tests/qemuxmlconftest.c index 9afedabae5..ea7f9c2f2e 100644 --- a/tests/qemuxmlconftest.c +++ b/tests/qemuxmlconftest.c @@ -1175,9 +1175,7 @@ mymain(void) DO_TEST_CAPS_LATEST("machine-smm-off"); DO_TEST_CAPS_LATEST("machine-vmport-opt"); DO_TEST_CAPS_LATEST("machine-i8042-on"); - DO_TEST_CAPS_VER_PARSE_ERROR("machine-i8042-on", "6.2.0"); DO_TEST_CAPS_LATEST("machine-i8042-off"); - DO_TEST_CAPS_VER_PARSE_ERROR("machine-i8042-off", "6.2.0"); DO_TEST_CAPS_LATEST_PARSE_ERROR("machine-i8042-off-vmport-on"); DO_TEST_CAPS_LATEST_PARSE_ERROR("machine-i8042-off-explicit-ps2-inputs"); DO_TEST_CAPS_LATEST("default-kvm-host-arch");