]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Pass the number of heads even with -vga qxl
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 14 Jun 2017 09:20:52 +0000 (11:20 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 19 Jun 2017 11:26:24 +0000 (13:26 +0200)
commitd23410449fc9f91ceeeacb19d915a6db2f17f3be
treef6ca234ef8ac36b7bdb6b607333404cff2e80cf2
parente13e8808f9270f4b3b6f4abb8ec473eef81cc1b9
qemu: Pass the number of heads even with -vga qxl

When added in multiple previous commits, it was used only with -device
qxl(-vga), but for some QEMUs (< 1.6) we need to add this
functionality when using -vga qxl as well.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1283207

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-video-vga-qxl-heads.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-video-vga-qxl-heads.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c