diff --git a/test/run_cicd_dos.sh b/test/run_cicd_dos.sh index a2dc23db..2e64d371 100644 --- a/test/run_cicd_dos.sh +++ b/test/run_cicd_dos.sh @@ -9,7 +9,7 @@ -blockdev driver=file,node-name=fd0,filename=/media/x86BOOT.img -device floppy,drive=fd0 \ -drive if=virtio,format=raw,file=fat:rw:"$(pwd)" \ -boot order=a \ --audiodev wav,id=snd0,path="$(pwd)"/ac97_out.wav -device AC97,audiodev=snd0 \ +-audiodev wav,id=snd0,path="$(pwd)"/hda_out.wav -device intel-hda -device hda-output,audiodev=snd0 \ -audiodev wav,id=snd1,path="$(pwd)"/virtio_out.wav -device virtio-sound-pci,audiodev=snd1 \ -audiodev wav,id=snd2,path="$(pwd)"/pcspk_out.wav -machine pcspk-audiodev=snd2 \ | tee "$(pwd)"/qemu_stdout.log) 3>&1 1>&2 2>&3 | tee "$(pwd)"/qemu_stderr.log