mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
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>
This commit is contained in:
parent
1dcdc92c72
commit
f15cfe419e
7 changed files with 11 additions and 11 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue