mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Use qemu-xhci for usb on x86_64 to match arm64 and riscv64
This commit is contained in:
parent
18c22db8ce
commit
3641dc7698
@ -44,7 +44,7 @@ else ifeq ($(ARCH),x86_64)
|
||||
endif
|
||||
endif
|
||||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci
|
||||
QEMUFLAGS+=-device qemu-xhci
|
||||
endif
|
||||
else ifeq ($(ARCH),aarch64)
|
||||
# Default to UEFI as U-Boot doesn't set up a framebuffer for us and we don't yet support
|
||||
|
||||
Loading…
Reference in New Issue
Block a user