]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Add support to QXL's max_outputs parameter
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 11 Dec 2015 13:43:10 +0000 (14:43 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 7 Jun 2016 10:42:54 +0000 (12:42 +0200)
commit3484c05ce0dc34064cc2f81636482b93771803ad
treee476e1f5c70253690db3dc251c87912f90d91b63
parent6e81a1f9ef21e0e01f7fda996f19070f51bd63a8
qemu: Add support to QXL's max_outputs parameter

Historically, we added heads=1 to videos, but for example for qxl, we
did not reflect that on the command line.

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

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