]> Git Repo - qemu.git/blobdiff - tests/boot-serial-test.c
390x/css: introduce maximum data address checking
[qemu.git] / tests / boot-serial-test.c
index a8ca877168e42ac7f7bef7f8672d728c15255360..b95c5e74ea6bdcffa02a3785a98b8fc390cf2549 100644 (file)
@@ -78,7 +78,11 @@ static void test_machine(const void *data)
     fd = mkstemp(tmpname);
     g_assert(fd != -1);
 
-    args = g_strdup_printf("-M %s,accel=kvm:tcg "
+    /*
+     * Make sure that this test uses tcg if available: It is used as a
+     * fast-enough smoketest for that.
+     */
+    args = g_strdup_printf("-M %s,accel=tcg:kvm "
                            "-chardev file,id=serial0,path=%s "
                            "-no-shutdown -serial chardev:serial0 %s",
                            test->machine, tmpname, test->extra);
This page took 0.023327 seconds and 4 git commands to generate.