summary refs log tree commit diff stats
path: root/tests/qtest/bios-tables-test.c
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2022-09-02 18:51:19 +0200
committerThomas Huth <thuth@redhat.com>2022-10-11 12:36:15 +0200
commitf15cfe419eebc49d28949f4fa75259e530136eab (patch)
tree457273755026aca7979816f1e3e3d985dcce0c56 /tests/qtest/bios-tables-test.c
parent1dcdc92c72af5311666df64f5f04d6600af262ed (diff)
downloadfocaccia-qemu-f15cfe419eebc49d28949f4fa75259e530136eab.tar.gz
focaccia-qemu-f15cfe419eebc49d28949f4fa75259e530136eab.zip
qtest: "-display none" is set in qtest_init()
So we don't need to set anywhere else.

Signed-off-by: Juan Quintela <quintela@redhat.com>
[thuth: Drop changes in tests/qtest/fuzz/ since the fuzzers still need this]
Message-Id: <20220902165126.1482-2-quintela@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/qtest/bios-tables-test.c')
-rw-r--r--tests/qtest/bios-tables-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/bios-tables-test.c b/tests/qtest/bios-tables-test.c
index 2ebeb530b2..e6096e7f73 100644
--- a/tests/qtest/bios-tables-test.c
+++ b/tests/qtest/bios-tables-test.c
@@ -725,7 +725,7 @@ static char *test_acpi_create_args(test_data *data, const char *params,
         }
     } else {
         args = g_strdup_printf("-machine %s %s -accel tcg "
-            "-net none -display none %s "
+            "-net none %s "
             "-drive id=hd0,if=none,file=%s,format=raw "
             "-device %s,drive=hd0 ",
              data->machine, data->tcg_only ? "" : "-accel kvm",