]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add spice opengl support
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Fri, 19 Feb 2016 14:30:15 +0000 (15:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 1 Mar 2016 08:45:47 +0000 (09:45 +0100)
commit937ebba00e1bbbb7f67e00f5522511e6e650fd0a
treebf0db8f38dcb8fa784a759cadd830f7f4e762897
parentd0e9d23e9eb8a2c2ff071b8efbd0e437e667ce09
qemu: add spice opengl support

Add Spice graphics gl attribute. qemu 2.6 should have -spice gl=on argument to
enable opengl rendering context (patches on the ML). This is necessary to
actually enable virgl rendering.

Add a qemuxml2argv test for virtio-gpu + spice with virgl.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
14 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.6.0-1.caps
tests/qemucapabilitiesdata/caps_2.6.0-1.replies
tests/qemuxml2argvdata/qemuxml2argv-video-virtio-gpu-spice-gl.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-video-virtio-gpu-spice-gl.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/qemuxml2xmlout-video-virtio-gpu-spice-gl.xml [new file with mode: 0644]
tests/qemuxml2xmltest.c