Log QEMU XHCI events
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@ iso_root
|
||||
mop3.iso
|
||||
bochs-log.txt
|
||||
bochs-com1.txt
|
||||
qemu-xhci-log.txt
|
||||
mop3dist.tar
|
||||
mop3dist.tar.lz4
|
||||
site/
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user