]> xenbits.xensource.com Git - libvirt.git/commit
Implement QEMU/KVM QXL video card support in QEMU driver
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 5 Mar 2010 17:12:52 +0000 (17:12 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 9 Nov 2010 11:46:45 +0000 (11:46 +0000)
commit635f9ca1f3985042197febb611e99a6c6fcfcbe4
tree0d184b117daef5a4368c47bc0a222d54208992c5
parentc909091b748ecb4ae8ad2dac0c15b5f73f5a2dfd
Implement QEMU/KVM QXL video card support in QEMU driver

This supports the '-vga qxl' parameter in upstream QEMU/KVM
which has SPICE support added. This isn't particularly useful
until you get the next patch for -spice support. Also note that
while the libvirt XML supports multiple video devices, this
patch only supports a single one. A later patch can add support
for 2nd, 3rd, etc PCI devices for QXL

* src/qemu/qemu_conf.h: Flag for QXL support
* src/qemu/qemu_conf.c: Probe for '-vga qxl' support and implement it
* tests/qemuxml2argvtest.c, tests/qemuxml2xmltest.c,
  tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args,
  tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml: Test
  case for generating spice args with RHEL6 kvm
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-graphics-spice.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c