Skip to content

Commit 7f57e64

Browse files
shenfang2019wenlingz
authored andcommitted
Delete pass-through audio to WaaG in default.
For "Split Device Model", pass-through PCI will be implemented in HV, "reset" param is added into DM cmdline to ensure PCI device's status before launching VM. WaaG will fail to boot if adding pass-through audio in default, because current audio card's reset function isn't supported on WHL platform. Tracked-On: #4397 Signed-off-by: fangfang.shen <fangfang.shen@intel.com>
1 parent 7d4b2c8 commit 7f57e64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

devicemodel/samples/nuc/launch_win.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,13 @@ if [[ "$result" != "" ]]; then
1414
exit
1515
fi
1616

17-
#add audio passthrough device
18-
echo "8086:9d71" > /sys/bus/pci/drivers/pci-stub/new_id
19-
echo "0000:00:1f.3" > /sys/bus/pci/drivers/pci-stub/bind
20-
2117
#for memsize setting
2218
mem_size=4096M
2319

2420
acrn-dm -A -m $mem_size -s 0:0,hostbridge -s 1:0,lpc -l com1,stdio \
2521
-s 2,pci-gvt -G "$2" \
2622
-s 3,virtio-blk,./win10-ltsc.img \
2723
-s 4,virtio-net,tap0 \
28-
-s 5,passthru,00/1f/3 \
2924
--ovmf /usr/share/acrn/bios/OVMF.fd \
3025
--windows \
3126
$vm_name

0 commit comments

Comments
 (0)