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
|
QEMUFLAGS+=-nographic -vga none
|
||||||
endif
|
endif
|
||||||
ifneq ($(usb),no)
|
ifneq ($(usb),no)
|
||||||
QEMUFLAGS+=-device nec-usb-xhci,id=xhci -device usb-tablet,bus=xhci.0
|
QEMUFLAGS+=-device nec-usb-xhci,id=xhci
|
||||||
endif
|
endif
|
||||||
ifeq ($(gdb),yes)
|
ifeq ($(gdb),yes)
|
||||||
QEMUFLAGS+=-s
|
QEMUFLAGS+=-s
|
||||||
|
|
Loading…
Reference in a new issue