From: Michal Privoznik <[email protected]>

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 <[email protected]>
---
 tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err | 1 -
 tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err  | 1 -
 tests/qemuxmlconftest.c                                  | 2 --
 3 files changed, 4 deletions(-)
 delete mode 100644 tests/qemuxmlconfdata/machine-i8042-off.x86_64-6.2.0.err
 delete mode 100644 tests/qemuxmlconfdata/machine-i8042-on.x86_64-6.2.0.err

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");
-- 
2.53.0

Reply via email to