Re: [libvirt] [PATCH v2 1/4] qemu: add qemu various VGA devices Caps flag

2012-12-11 Thread Eric Blake
On 12/11/2012 07:14 AM, Guannan Ren wrote: > 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 > > Fix a typo in qemuCapsObjectTypes, the string 'qxl' here > s

[libvirt] [PATCH v2 1/4] qemu: add qemu various VGA devices Caps flag

2012-12-11 Thread Guannan Ren
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 Fix a typo in qemuCapsObjectTypes, the string 'qxl' here should be -device qxl rather than -vga [...|qxl|..] --- s