commit | c753bf479ab75fe245c2de6a414b60b9e25a2bd7 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Oct 05 11:55:03 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sun Oct 08 21:08:27 2023 +0200 |
tree | 56d8800fe00a370420f6fa672b55c4f1517a92bc | |
parent | c7c5caeb1f314c5662a3b2985fe3befebf45b650 [diff] |
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>