]> git.proxmox.com Git - mirror_qemu.git/commit
audio: disable default backends if -audio/-audiodev is used
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 5 Oct 2023 09:55:03 +0000 (11:55 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 8 Oct 2023 19:08:27 +0000 (21:08 +0200)
commitc753bf479ab75fe245c2de6a414b60b9e25a2bd7
tree56d8800fe00a370420f6fa672b55c4f1517a92bc
parentc7c5caeb1f314c5662a3b2985fe3befebf45b650
audio: disable default backends if -audio/-audiodev is used

Match what is done for other options, for example -monitor, and also
the behavior of QEMU 8.1 (see the "legacy_config" variable).  Require
the user to specify a backend if one is specified on the command line.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
audio/audio.c
audio/audio.h
docs/about/removed-features.rst
system/vl.c