summaryrefslogtreecommitdiff
path: root/tests/data/cli/compare/virt-install-singleton-config-2.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-02-03 13:11:20 -0500
committerCole Robinson <crobinso@redhat.com>2022-02-03 13:42:49 -0500
commit1ab6dd50bec5e6d8a36b4295b3051045c703402d (patch)
tree5467e1927fa752155c9245d4d1c77f5273f2f81f /tests/data/cli/compare/virt-install-singleton-config-2.xml
parentf291ad254176a4ea99f60dec22bcf7dcd3a82239 (diff)
downloadvirt-manager-1ab6dd50bec5e6d8a36b4295b3051045c703402d.tar.gz
devices: video: Use virtio default more often
This is from Gerd's suggestions here: https://www.kraxel.org/blog/2019/09/display-devices-in-qemu/ When the guest supports it, we should use virtio. qxl is on the way out, and the benefits are marginal and add a security and maintenance burden. While here, check domcaps that qxl or virtio are actually available. Modern qemu has device modules, so device support may not be installed. Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/data/cli/compare/virt-install-singleton-config-2.xml')
-rw-r--r--tests/data/cli/compare/virt-install-singleton-config-2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/cli/compare/virt-install-singleton-config-2.xml b/tests/data/cli/compare/virt-install-singleton-config-2.xml
index 86504a6c..a34ec3c4 100644
--- a/tests/data/cli/compare/virt-install-singleton-config-2.xml
+++ b/tests/data/cli/compare/virt-install-singleton-config-2.xml
@@ -217,7 +217,7 @@
</tpm>
<graphics type="vnc" port="-1"/>
<video>
- <model type="bochs"/>
+ <model type="virtio"/>
</video>
<watchdog model="ib700" action="pause"/>
<memballoon model="virtio" autodeflate="on" freePageReporting="on">
@@ -505,7 +505,7 @@
</tpm>
<graphics type="vnc" port="-1"/>
<video>
- <model type="bochs"/>
+ <model type="virtio"/>
</video>
<watchdog model="ib700" action="pause"/>
<memballoon model="virtio" autodeflate="on" freePageReporting="on">