]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add virtio video device
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Wed, 25 Nov 2015 08:42:32 +0000 (09:42 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Nov 2015 15:48:53 +0000 (16:48 +0100)
commit21373feb4eeb1d447ccbc9a10d28f3927f650c09
tree3cef6e96e9477208ca82de2d07e994cf4ee8dab0
parent806ae4993320804b82a6ec1da5237625cc081ad6
qemu: add virtio video device

qemu 2.5 provides virtio video device.  It can be used with -device
virtio-vga for primary devices, or -device virtio-gpu for non-vga
devices. However, only the primary device (VGA) is supported with this
patch.

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

Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
15 files changed:
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemucapabilitiesdata/caps_2.4.0-1.caps
tests/qemucapabilitiesdata/caps_2.5.0-1.caps [new file with mode: 0644]
tests/qemucapabilitiesdata/caps_2.5.0-1.replies [new file with mode: 0644]
tests/qemucapabilitiestest.c
tests/qemuxml2argvdata/qemuxml2argv-video-virtio-gpu-device.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-video-virtio-gpu-device.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c