From 16943ad7ef593902307b49c9fa5b6fa798fbc4be Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 13 Dec 2017 16:02:09 -0800 Subject: [PATCH] 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... --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 70104bb9..ff69004c 100755 --- a/templates +++ b/templates @@ -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"},