Log QEMU XHCI events
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 3m55s
Build documentation / build-and-deploy (push) Successful in 3m13s

This commit is contained in:
2026-03-23 23:03:42 +01:00
parent db26b126de
commit b2e4a3802d
3 changed files with 5 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ while [[ $# -gt 0 ]]; do
QEMU_EXTRA="-drive if=none,id=usbstick,format=raw,file=$2 \
-usb \
-device qemu-xhci,id=xhci \
-device usb-storage,bus=xhci.0,drive=usbstick"
-device usb-storage,bus=xhci.0,drive=usbstick \
-trace usb_xhci_* -D qemu-xhci-log.txt"
shift
shift
;;