mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tests: Remove unneeded "-vnc none" option
Some tests use the "-vnc none" option without any clear reason, making those tests break when --disable-vnc is specified on ./configure. Remove the unnecessary option. Reviewed-by: John Snow <jsnow@redhat.com> Tested-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
6bc56d317f
commit
2df35773cb
3 changed files with 2 additions and 3 deletions
|
@ -276,7 +276,7 @@ int main(int argc, char **argv)
|
|||
/* Run the tests */
|
||||
g_test_init(&argc, &argv, NULL);
|
||||
|
||||
cmdline = g_strdup_printf("-vnc none -device ipmi-bmc-sim,id=bmc0"
|
||||
cmdline = g_strdup_printf("-device ipmi-bmc-sim,id=bmc0"
|
||||
" -device isa-ipmi-kcs,bmc=bmc0");
|
||||
qtest_start(cmdline);
|
||||
qtest_irq_intercept_in(global_qtest, "ioapic");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue