]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Fix QMP detection of QXL graphics
authorJiri Denemark <jdenemar@redhat.com>
Tue, 9 Oct 2012 06:25:02 +0000 (08:25 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 9 Oct 2012 09:42:05 +0000 (11:42 +0200)
commit844cdf22e6fa314b08523b19cae672efaabbef42
treed21057a2bb9c1c1f8f62fccb3b173b8212b011a7
parent2a1aaa609e3e71175d151c2132a9e5d820f17bbf
qemu: Fix QMP detection of QXL graphics

With the recent introduction of QMP capabilities probing, libvirt failed
to detect support for QXL graphics in QEMU 1.2 and newer. In addition to
fixing that, this patch also causes libvirt to detect QXL support for
qemu-kvm-0.13.0, which doesn't advertise it in -help output but mentions
it in device list. Since qemu-kvm-0.13.0 supported -spice, it looks like
not having qxl in -help was a bug.
src/qemu/qemu_capabilities.c
tests/qemuhelptest.c