]> xenbits.xensource.com Git - libvirt.git/commit
qemu: add qemu vga devices caps and one cap to mark them usable
authorGuannan Ren <gren@redhat.com>
Fri, 14 Dec 2012 07:06:31 +0000 (15:06 +0800)
committerGuannan Ren <gren@redhat.com>
Mon, 17 Dec 2012 05:55:50 +0000 (13:55 +0800)
commit4c993d8ab5473334e9d4155faa913476ada39069
tree4867ca43d78d0836fa8225ba771603c6eac55032
parent34ca5684970fc5e4be0ec29809b73dea7be2d84f
qemu: add qemu vga devices caps and one cap to mark them usable

QEMU_CAPS_DEVICE_QXL          -device qxl
QEMU_CAPS_DEVICE_VGA          -device VGA
QEMU_CAPS_DEVICE_CIRRUS_VGA   -device cirrus-vga
QEMU_CAPS_DEVICE_VMWARE_SVGA  -device vmware-svga

QEMU_CAPS_DEVICE_VIDEO_PRIMARY  /* safe to use -device XXX
                                 for primary video device */

Fix a typo in qemuCapsObjectTypes, the string 'qxl' here
should be -device qxl rather than -vga [...|qxl|..]
src/qemu/qemu_capabilities.c
src/qemu/qemu_capabilities.h
tests/qemuhelptest.c