Use virtio not std graphics for UEFI

While Rawhide suffers from #1518464 , virtio is a better choice
for UEFI tests, even if we get the problem with consoles using
the wrong color scheme again...
This commit is contained in:
Adam Williamson 2017-12-13 16:02:09 -08:00
parent f169675699
commit 16943ad7ef

View File

@ -3283,7 +3283,7 @@
settings => [
{ key => "QEMUCPU", value => "Nehalem" },
{ key => "QEMUCPUS", value => "2"},
{ key => "QEMUVGA", value => "std"},
{ key => "QEMUVGA", value => "virtio"},
{ key => "QEMURAM", value => "2048"},
{ key => "UEFI", value => "1"},
{ key => "PART_TABLE_TYPE", value => "gpt"},