[Voyageurs] First Pass XHCI Controller, resets the controller.

This commit is contained in:
Drew Galbraith 2024-02-06 20:51:16 -08:00
parent 3bacfea183
commit 2228b5b52e
6 changed files with 372 additions and 3 deletions

View file

@ -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.