]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
qemuxmlconftest: Drop machine-i8042-{on/off} tests for 6.2.0
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 5 May 2026 12:30:53 +0000 (14:30 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 6 May 2026 08:47:12 +0000 (10:47 +0200)
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 <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err [deleted file]
tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err [deleted file]
tests/qemuxmlconftest.c

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 (file)
index 3a12712..0000000
+++ /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 (file)
index 3a12712..0000000
+++ /dev/null
@@ -1 +0,0 @@
-unsupported configuration: ps2 feature state cannot be controlled with this QEMU binary
index 9afedabae5687069b9f14c8b47e69935ef89f865..ea7f9c2f2ec0289a58274aa420a8f5b5a6863a8e 100644 (file)
@@ -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");