diff options
| author | Juan Quintela <quintela@redhat.com> | 2022-09-02 18:51:19 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2022-10-11 12:36:15 +0200 |
| commit | f15cfe419eebc49d28949f4fa75259e530136eab (patch) | |
| tree | 457273755026aca7979816f1e3e3d985dcce0c56 /tests/qtest/fuzz-virtio-scsi-test.c | |
| parent | 1dcdc92c72af5311666df64f5f04d6600af262ed (diff) | |
| download | focaccia-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/fuzz-virtio-scsi-test.c')
| -rw-r--r-- | tests/qtest/fuzz-virtio-scsi-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/fuzz-virtio-scsi-test.c b/tests/qtest/fuzz-virtio-scsi-test.c index 71c91b0356..e37b48b2cc 100644 --- a/tests/qtest/fuzz-virtio-scsi-test.c +++ b/tests/qtest/fuzz-virtio-scsi-test.c @@ -19,7 +19,7 @@ static void test_mmio_oob_from_memory_region_cache(void) { QTestState *s; - s = qtest_init("-M pc-q35-5.2 -display none -m 512M " + s = qtest_init("-M pc-q35-5.2 -m 512M " "-device virtio-scsi,num_queues=8,addr=03.0 "); qtest_outl(s, 0xcf8, 0x80001811); |