[Voyageurs] First Pass XHCI Controller, resets the controller.
This commit is contained in:
parent
3bacfea183
commit
2228b5b52e
6 changed files with 372 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ if [[ $1 == "debug" ]]; then
|
|||
fi
|
||||
|
||||
# Use machine q35 to access PCI devices.
|
||||
qemu-system-x86_64 -machine q35 -d guest_errors -m 1G -serial stdio -hda disk.img ${QEMU_ARGS}
|
||||
qemu-system-x86_64 -machine q35 -d guest_errors -m 1G -serial stdio -hda disk.img ${QEMU_ARGS} -device nec-usb-xhci,id=xhci -device usb-kbd,bus=xhci.0
|
||||
popd
|
||||
|
||||
# Extra options to add to this script in the future.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue