
On Sun, Jun 05, 2016 at 02:36:03AM +0200, Martin Kletzander wrote:
There is max_outputs parameter for both qxl and qxl-vga and there is no easy way of saying that we want the capability enabled only if both are supported. So let's have two of them and only use them together.
I would rephrase the commit message. The qxl and qxl-vga are different devices and even though they are both usually present.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- src/qemu/qemu_capabilities.c | 5 +++++ src/qemu/qemu_capabilities.h | 4 ++++ tests/qemucapabilitiesdata/caps_2.4.0.x86_64.xml | 2 ++ tests/qemucapabilitiesdata/caps_2.5.0.x86_64.xml | 2 ++ tests/qemucapabilitiesdata/caps_2.6.0.x86_64.xml | 2 ++ 5 files changed, 15 insertions(+)
ACK