]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/libqtest.c
Replace '-machine accel=xyz' with '-accel xyz'
[mirror_qemu.git] / tests / libqtest.c
index 4a7556462d65dd7c0bb0294fb2c877b3386e47e8..38e4f5b5871e88d8823e04ec31221dc1da820d66 100644 (file)
@@ -241,7 +241,7 @@ QTestState *qtest_init_without_qmp_handshake(const char *extra_args)
                               "-qtest-log %s "
                               "-chardev socket,path=%s,id=char0 "
                               "-mon chardev=char0,mode=control "
-                              "-machine accel=qtest "
+                              "-accel qtest "
                               "-display none "
                               "%s", qemu_binary, socket_path,
                               getenv("QTEST_LOG") ? "/dev/fd/2" : "/dev/null",