]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Adjust for invalid qemu command combinations
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 12 May 2022 07:40:03 +0000 (09:40 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 12 May 2022 08:20:36 +0000 (10:20 +0200)
commit90d36d625e04a90272cc3d65e671cdf197bcede2
treecb98d05871553e1d79dc2afec2e6ff48d8716503
parentd00e51e10c732463a7604c43fe1bd7b0a57332fc
tests: Adjust for invalid qemu command combinations

Everything spice is not supported (and does not make sense) without spice
graphics.  For some tests I also added cirrus VGA capability so that the XML
stays simple and libvirt can guess a default video model rather than adding too
much of an irrelevant XML into the individual tests.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
26 files changed:
tests/qemuxml2argvdata/audio-spice-best.x86_64-4.1.0.args
tests/qemuxml2argvdata/audio-spice-best.x86_64-latest.args
tests/qemuxml2argvdata/audio-spice-best.xml
tests/qemuxml2argvdata/audio-spice-full.x86_64-latest.args
tests/qemuxml2argvdata/audio-spice-full.xml
tests/qemuxml2argvdata/audio-spice-minimal.x86_64-4.1.0.args
tests/qemuxml2argvdata/audio-spice-minimal.x86_64-latest.args
tests/qemuxml2argvdata/audio-spice-minimal.xml
tests/qemuxml2argvdata/channel-virtio-default.args
tests/qemuxml2argvdata/channel-virtio-default.xml
tests/qemuxml2argvdata/smartcard-passthrough-spicevmc.args
tests/qemuxml2argvdata/smartcard-passthrough-spicevmc.xml
tests/qemuxml2argvdata/usb-redir-boot.args
tests/qemuxml2argvdata/usb-redir-boot.xml
tests/qemuxml2argvdata/usb-redir-filter-version.args
tests/qemuxml2argvdata/usb-redir-filter-version.xml
tests/qemuxml2argvdata/usb-redir-filter.args
tests/qemuxml2argvdata/usb-redir-filter.xml
tests/qemuxml2argvdata/usb-redir.args
tests/qemuxml2argvdata/usb-redir.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmloutdata/smartcard-passthrough-spicevmc.xml
tests/qemuxml2xmloutdata/usb-redir-filter-version.xml
tests/qemuxml2xmloutdata/usb-redir-filter.xml
tests/qemuxml2xmloutdata/usb-redir.xml
tests/qemuxml2xmltest.c