From 16943ad7ef593902307b49c9fa5b6fa798fbc4be Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Dec 14 2017 00:02:09 +0000 Subject: 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... --- diff --git a/templates b/templates index 70104bb..ff69004 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"},