]> xenbits.xensource.com Git - libvirt.git/commit
caps: use -device for primary video when qemu >=1.6
authorGuannan Ren <gren@redhat.com>
Fri, 26 Jul 2013 12:53:47 +0000 (20:53 +0800)
committerGuannan Ren <gren@redhat.com>
Mon, 29 Jul 2013 05:31:20 +0000 (13:31 +0800)
commite3f2686bdf6c94f658d8645c32a6039692753411
tree5e4f26f28489b4c806cb341ec609d9f24aa1fb94
parentc86c3c324fd4be8c1d708e73ddd3b63ad6275f2b
caps: use -device for primary video when qemu >=1.6

https://bugzilla.redhat.com/show_bug.cgi?id=981094
The commit 0ad9025ef introduce qemu flag QEMU_CAPS_DEVICE_VIDEO_PRIMARY
for using -device VGA, -device cirrus-vga, -device vmware-svga and
-device qxl-vga. In use, for -device qxl-vga, mouse doesn't display
in guest window like the desciption in above bug.
This patch try to use -device for primary video when qemu >=1.6 which
contains the bug fix patch
src/qemu/qemu_capabilities.c
tests/qemuhelptest.c