]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Disable spice-related devices without spice graphics
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 11 May 2022 13:46:57 +0000 (15:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 12 May 2022 08:20:37 +0000 (10:20 +0200)
commit36e86dbf3360df27c080f5bb460ac86172c253a0
treeea2ee858160bf45d39f9218867219ba0600474e1
parent45c0ff3eeaabd2b81a9ab1ca9b52f01fd9e690dc
qemu: Disable spice-related devices without spice graphics

For most of them qemu errors out with unclear message, and for the
audiodev qemu just falls back to timer-based audio with a warning
message, and will possibly also error out in the future.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2035163
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_validate.c