Loading tests/boot-order-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ static void test_a_boot_order(const char *machine, char *args; uint64_t actual; args = g_strdup_printf("-nodefaults -display none%s%s %s", args = g_strdup_printf("-nodefaults%s%s %s", machine ? " -M " : "", machine ?: "", test_args); Loading tests/endianness-test.c +3 −3 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ static void test_endianness(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading Loading @@ -196,7 +196,7 @@ static void test_endianness_split(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading Loading @@ -243,7 +243,7 @@ static void test_endianness_combine(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading tests/fw_cfg-test.c +1 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,7 @@ int main(int argc, char **argv) g_test_add_func("/fw_cfg/numa", test_fw_cfg_numa); g_test_add_func("/fw_cfg/boot_menu", test_fw_cfg_boot_menu); cmdline = g_strdup_printf("-display none " "-uuid 4600cb32-38ec-4b2f-8acb-81c6ea54f2d8 "); cmdline = g_strdup_printf("-uuid 4600cb32-38ec-4b2f-8acb-81c6ea54f2d8 "); s = qtest_start(cmdline); g_free(cmdline); Loading tests/hd-geo-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ static int setup_common(char *argv[], int argv_sz) { memset(cur_ide, 0, sizeof(cur_ide)); return append_arg(0, argv, argv_sz, g_strdup("-nodefaults -display none")); g_strdup("-nodefaults")); } static void setup_mbr(int img_idx, MBRcontents mbr) Loading tests/i440fx-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ int main(int argc, char **argv) data.num_cpus = 1; cmdline = g_strdup_printf("-display none -smp %d", data.num_cpus); cmdline = g_strdup_printf("-smp %d", data.num_cpus); s = qtest_start(cmdline); g_free(cmdline); Loading Loading
tests/boot-order-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ static void test_a_boot_order(const char *machine, char *args; uint64_t actual; args = g_strdup_printf("-nodefaults -display none%s%s %s", args = g_strdup_printf("-nodefaults%s%s %s", machine ? " -M " : "", machine ?: "", test_args); Loading
tests/endianness-test.c +3 −3 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ static void test_endianness(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading Loading @@ -196,7 +196,7 @@ static void test_endianness_split(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading Loading @@ -243,7 +243,7 @@ static void test_endianness_combine(gconstpointer data) const TestCase *test = data; char *args; args = g_strdup_printf("-display none -M %s%s%s -device pc-testdev", args = g_strdup_printf("-M %s%s%s -device pc-testdev", test->machine, test->superio ? " -device " : "", test->superio ?: ""); Loading
tests/fw_cfg-test.c +1 −2 Original line number Diff line number Diff line Loading @@ -126,8 +126,7 @@ int main(int argc, char **argv) g_test_add_func("/fw_cfg/numa", test_fw_cfg_numa); g_test_add_func("/fw_cfg/boot_menu", test_fw_cfg_boot_menu); cmdline = g_strdup_printf("-display none " "-uuid 4600cb32-38ec-4b2f-8acb-81c6ea54f2d8 "); cmdline = g_strdup_printf("-uuid 4600cb32-38ec-4b2f-8acb-81c6ea54f2d8 "); s = qtest_start(cmdline); g_free(cmdline); Loading
tests/hd-geo-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ static int setup_common(char *argv[], int argv_sz) { memset(cur_ide, 0, sizeof(cur_ide)); return append_arg(0, argv, argv_sz, g_strdup("-nodefaults -display none")); g_strdup("-nodefaults")); } static void setup_mbr(int img_idx, MBRcontents mbr) Loading
tests/i440fx-test.c +1 −1 Original line number Diff line number Diff line Loading @@ -265,7 +265,7 @@ int main(int argc, char **argv) data.num_cpus = 1; cmdline = g_strdup_printf("-display none -smp %d", data.num_cpus); cmdline = g_strdup_printf("-smp %d", data.num_cpus); s = qtest_start(cmdline); g_free(cmdline); Loading