On Fri, Nov 18, 2016 at 12:27:49PM +0530, Nehal J Wani wrote:
Since a94f0c5c qemu supports '-vga virtio'.
Libvirt also supports it since 21373feb.
This patch enables libvirt to parse the qemu-argv:
virsh domxml-from-native qemu-argv <(echo '/usr/bin/qemu-system-x86_64 -vga
virtio')
NACK, this will never happen. If it's possible we always use
-device virtio-vga. The only case when we use -vga is for broken
QEMU versions < 1.6.0. The virtio graphics was introduced in QEMU 2.4.0.
Pavel