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
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue