mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
vl: recognize audiodev groups in configuration files
This is necessary for the q35 configuration tests to pass, once audiodev becomes mandatory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
50333482e1
commit
adf7f6b72f
3 changed files with 18 additions and 0 deletions
|
@ -248,3 +248,7 @@
|
|||
driver = "hda-duplex"
|
||||
bus = "sound.0"
|
||||
cad = "0"
|
||||
audiodev = "audiodev0"
|
||||
|
||||
[audiodev "audiodev0"]
|
||||
driver = "none" # CHANGE ME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue