mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
Temporarily remove usb-tablet device from qemu
This commit is contained in:
parent
7bfb223b74
commit
72ba48fee5
@ -36,7 +36,7 @@ ifeq ($(vga),no)
|
||||
QEMUFLAGS+=-nographic -vga none
|
||||
endif
|
||||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci
|
||||
endif
|
||||
ifeq ($(gdb),yes)
|
||||
QEMUFLAGS+=-s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user