
On 07/27/2013 12:11 AM, Doug Goldstein wrote:
On Fri, Jul 26, 2013 at 10:17 AM, Eric Blake <eblake@redhat.com> wrote:
On 07/26/2013 06:53 AM, Guannan Ren wrote:
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 | 6 +++--- tests/qemuhelptest.c | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) ACK.
Thanks, pushed.
-- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Please push this into v1.1.0-maint as well.
Pushed it. Guannan