]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Use heads parameter for QXL driver
authorFrediano Ziglio <fziglio@redhat.com>
Fri, 17 Jul 2015 08:29:44 +0000 (09:29 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 20 Jul 2015 08:35:18 +0000 (10:35 +0200)
commit7b401c3bdacdf8367a0070e625d73eafb802045d
treec4dd90f5b4eed3bda6d45fb617c84261818bee79
parent60d5ed8c520462fd8fbc2d8dfac7b7c16ae5eb51
qemu: Use heads parameter for QXL driver

Allows to specify maximum number of head to QXL driver.

Actually can be a compatiblity problem as heads in the XML configuration
was set by default to '1'.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-video-qxl-device-max-outputs.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-video-qxl-device-max-outputs.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c