libvirt/tests/qemuhelpdata
Eric Blake 7524cd893e Revert "qemu: detect multi-head qxl via more than version check"
This reverts commit 5ac846e42e.

After further discussions with Alon Levy, I learned the following:

The use of '-vga qxl' vs. '-device qxl-vga' is completely orthogonal
to whether ram_size can be exposed.  Downstream distros are interested
in backporting support for multi-head qxl, but this can be done in
one of two ways:
1. Support one head per PCI device.  If you do this, then it makes
sense to have full control over the PCI address of each device. For
full control, you need '-device qxl-vga' instead of '-vga qxl'.
2. Support multiple heads through a single PCI device.  If you do
this, then you need to allocate more RAM to that PCI device (enough
ram to cover the multiple screens).  Here, the device is hard-coded
to 0:0:2.0, both in qemu and libvirt code.

Apparently, backporting ram_size changes to allow multiple heads in
a single device is much easier than backporting multiple device
support.  Furthermore, the presence or absence of qxl-vga.surfaces
is no different than the presence or absence of qxl-vga.ram_size;
both properties can be applied regardless of whether you have one
PCI device (-vga qxl) or multiple (-device qxl-vga), so this property
is NOT a good witness of whether '-device qxl-vga' support has been
backported.

Downstream RHEL will NOT be using this patch; and worse, leaving this
patch in risks doing the wrong thing if compiling upstream libvirt
on RHEL, so the best course of action is to revert it.  That means
that libvirt will go back to only using '-device qxl-vga' for qemu
>= 1.2, but this is just fine because we know of no distros that plan
on backporting multiple PCI address support to any older version of
qemu.  Meanwhile, downstream can still use ram_size to pack multiple
heads through a single PCI device.
2013-03-25 08:38:35 -06:00
..
kvm-74 Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
kvm-83-rhel56 qemu: Fix detection of drive readonly option 2010-10-26 10:31:50 +02:00
kvm-86 Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
qemu-0.9.1 Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
qemu-0.10.5 Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
qemu-0.12.1 Probe for -device and use -nodefaults 2010-01-18 13:39:14 +00:00
qemu-0.12.1-device qemu: improve device flag parsing 2011-01-13 16:03:11 -07:00
qemu-1.0 Add support for QEMU 1.0 2011-12-05 13:02:54 +01:00
qemu-1.0-device Add support for QEMU 1.0 2011-12-05 13:02:54 +01:00
qemu-1.1.0 tests: Refresh qemu-1.1.0 data 2012-06-05 15:44:40 +02:00
qemu-1.1.0-device tests: Refresh qemu-1.1.0 data 2012-06-05 15:44:40 +02:00
qemu-1.2.0 tests: update qemuhelptest data 2012-11-21 18:43:18 +01:00
qemu-1.2.0-device Revert "qemu: detect multi-head qxl via more than version check" 2013-03-25 08:38:35 -06:00
qemu-kvm-0.10.5 Add qemu help string parsing tests 2009-06-11 14:17:42 +00:00
qemu-kvm-0.11.0-rc2 Add qemu -help test data for qemu-kvm-0.11.0-rc2 2009-09-10 12:37:35 +01:00
qemu-kvm-0.12.1.2-rhel60 tests: test RHEL 6.0 qemu-kvm -help parsing 2010-12-13 16:30:02 -07:00
qemu-kvm-0.12.1.2-rhel60-device qemu: improve device flag parsing 2011-01-13 16:03:11 -07:00
qemu-kvm-0.12.1.2-rhel61 smartcard: check for qemu capability 2011-02-03 19:28:53 -07:00
qemu-kvm-0.12.1.2-rhel61-device Add txmode attribute to interface XML for virtio backend 2011-02-17 11:07:58 -05:00
qemu-kvm-0.12.1.2-rhel62-beta qemu: enable multifunction for older qemu 2011-10-06 10:41:21 -06:00
qemu-kvm-0.12.1.2-rhel62-beta-device Revert "qemu: detect multi-head qxl via more than version check" 2013-03-25 08:38:35 -06:00
qemu-kvm-0.12.3 qemu_conf: fix flag value 2010-05-17 16:28:02 -06:00
qemu-kvm-0.12.3-device qemu: improve device flag parsing 2011-01-13 16:03:11 -07:00
qemu-kvm-0.13.0 tests: test Fedora 14 qemu-kvm -help parsing 2010-12-13 16:30:02 -07:00
qemu-kvm-0.13.0-device Add txmode attribute to interface XML for virtio backend 2011-02-17 11:07:58 -05:00
qemu-kvm-1.2.0 qemuhelpdata: Revert my 'fix' 2012-11-23 09:25:20 +01:00
qemu-kvm-1.2.0-device Revert "qemu: detect multi-head qxl via more than version check" 2013-03-25 08:38:35 -06:00