🆕 xhci:匹配usb2、usb3端口

This commit is contained in:
fslongjin
2022-07-20 14:29:22 +08:00
parent 10537cd1bc
commit 8e5f769a0e
4 changed files with 167 additions and 8 deletions

2
run.sh
View File

@ -112,7 +112,7 @@ if [ $flag_can_run -eq 1 ]; then
-device ahci,id=ahci \
-device ide-hd,drive=disk,bus=ahci.0 \
-usb \
-device qemu-xhci,id=xhci
-device qemu-xhci,id=xhci,p2=8,p3=4
fi
else