]> git.proxmox.com Git - qemu.git/blobdiff - tests/qom-test.c
target-i386: yield to another VCPU on PAUSE
[qemu.git] / tests / qom-test.c
index 6ed23c5e542c27399f74ead0df795aff13a70e51..499be40261ce5ccaf2e7ce473dc3f77dc1699102 100644 (file)
@@ -18,7 +18,7 @@ static void test_nop(gconstpointer data)
     const char *machine = data;
     char *args;
 
-    args = g_strdup_printf("-display none -machine %s", machine);
+    args = g_strdup_printf("-machine %s", machine);
     s = qtest_start(args);
     if (s) {
         qtest_quit(s);