]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Default to video type=virtio for machvirt
authorCole Robinson <crobinso@redhat.com>
Sun, 27 Aug 2017 15:04:42 +0000 (11:04 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 5 Sep 2017 14:41:32 +0000 (10:41 -0400)
commitdda0da14cd6ebff98c2293b1407371286853a38f
tree07fc80ec9d52ee635534dcc9a700b6d860aa6f67
parentef08a545388f388b7c76b99a3f3d2584daf05145
qemu: Default to video type=virtio for machvirt

arm/aarch64 -M virt on KVM doesn't and will never work with standard
VGA card emulation. The recommended method is to use type=virtio, so
let's make it the default for video devices without an explicit type
set by the user.

https://bugzilla.redhat.com/show_bug.cgi?id=1404112

Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/qemu/qemu_domain.c
tests/qemuxml2argvdata/qemuxml2argv-aarch64-video-default.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-aarch64-video-default.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-aarch64-video-default.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c