summaryrefslogtreecommitdiffstats
path: root/tests/qtest/fuzz-lsi53c895a-test.c
diff options
context:
space:
mode:
authorJuan Quintela2022-09-02 18:51:19 +0200
committerThomas Huth2022-10-11 12:36:15 +0200
commitf15cfe419eebc49d28949f4fa75259e530136eab (patch)
tree457273755026aca7979816f1e3e3d985dcce0c56 /tests/qtest/fuzz-lsi53c895a-test.c
parentMerge tag 'pull-hex-20221003' of https://github.com/quic/qemu into staging (diff)
downloadqemu-f15cfe419eebc49d28949f4fa75259e530136eab.tar.gz
qemu-f15cfe419eebc49d28949f4fa75259e530136eab.tar.xz
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/fuzz-lsi53c895a-test.c')
-rw-r--r--tests/qtest/fuzz-lsi53c895a-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/fuzz-lsi53c895a-test.c b/tests/qtest/fuzz-lsi53c895a-test.c
index 434c16bf42..392a7ae7ed 100644
--- a/tests/qtest/fuzz-lsi53c895a-test.c
+++ b/tests/qtest/fuzz-lsi53c895a-test.c
@@ -21,7 +21,7 @@ static void test_lsi_do_msgout_cancel_req(void)
return;
}
- s = qtest_init("-M q35 -m 2G -display none -nodefaults "
+ s = qtest_init("-M q35 -m 2G -nodefaults "
"-device lsi53c895a,id=scsi "
"-device scsi-hd,drive=disk0 "
"-drive file=null-co://,id=disk0,if=none,format=raw");