diff mbox series

[v1,5/5,NOT,FOR,MERGE] compat hack until 8.2 is out

Message ID 20231207155809.25673-6-farosas@suse.de
State New
Headers show
Series migration & CI: Add a CI job for migration compat testing | expand

Commit Message

Fabiano Rosas Dec. 7, 2023, 3:58 p.m. UTC
In the 8.2 development cycle we added a new '-audio' command line
option to QEMU which breaks the migration compatibility tests because
older QEMUs don't know the option.

Since we're just testing n vs. n-1 migration, it's easier if we just
wait until 8.2 is released and it will become our n-1 and the problem
will go away on its own.

Signed-off-by: Fabiano Rosas <farosas@suse.de>
---
 tests/qtest/libqtest.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/qtest/libqtest.c b/tests/qtest/libqtest.c
index 7cee68a834..031316390e 100644
--- a/tests/qtest/libqtest.c
+++ b/tests/qtest/libqtest.c
@@ -497,7 +497,6 @@  static QTestState *qtest_init_internal(const char *qemu_bin,
                          "-chardev socket,path=%s,id=char0 "
                          "-mon chardev=char0,mode=control "
                          "-display none "
-                         "-audio none "
                          "%s"
                          " -accel qtest",
                          socket_path,