mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
tests/qtest: Specify audiodev= and -audiodev
This will enable removing deprecated default audiodev support. I did not figure out how to make the audiodev represented as an interface node, so this is a workaround. I am not sure what would be the proper way. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <6e7f2808dd40679a415812767b88f2a411fc137f.1650874791.git.mkletzan@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fac7e497ca
commit
50333482e1
3 changed files with 16 additions and 8 deletions
|
@ -106,8 +106,10 @@ const generic_fuzz_config predefined_configs[] = {
|
|||
},{
|
||||
.name = "intel-hda",
|
||||
.args = "-machine q35 -nodefaults -device intel-hda,id=hda0 "
|
||||
"-device hda-output,bus=hda0.0 -device hda-micro,bus=hda0.0 "
|
||||
"-device hda-duplex,bus=hda0.0",
|
||||
"-audiodev driver=none,id=audio0",
|
||||
"-device hda-output,bus=hda0.0,audiodev=audio0 "
|
||||
"-device hda-micro,bus=hda0.0,audiodev=audio0 "
|
||||
"-device hda-duplex,bus=hda0.0,audiodev=audio0",
|
||||
.objects = "intel-hda",
|
||||
},{
|
||||
.name = "ide-hd",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue