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 a new issue