]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Detect VGA_QXL capability correctly
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Jan 2013 08:47:55 +0000 (09:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 4 Jan 2013 14:37:09 +0000 (15:37 +0100)
commit632c60eddeb6053ddbf2059c2dae21b522051047
tree4d9cef2c45271aebe937fddd25f4e3d078f7ecb4
parent66ff2ddc29298da43b3be3b7780683418e2ead76
qemu: Detect VGA_QXL capability correctly

Since 4c993d8a we failed to set this important capability, which
allows starting a domain with QXL video card. We set DEVICE_QXL
capability bit instead, which is not necessary wrong. Anyway, if
qemu supports the new '-device qxl' it supports older '-vga qxl'
as well. The latter is used for the primary (the first) qxl video
card, the former for other video cards.
src/qemu/qemu_capabilities.c