use usb-tablet instead of usb-mouse for qemu aarch64
This commit is contained in:
parent
04a03b93ee
commit
a393103334
|
@ -47,7 +47,7 @@ else ifeq ($(ARCH),aarch64)
|
|||
QEMUFLAGS+=-device ramfb
|
||||
endif
|
||||
ifneq ($(usb),no)
|
||||
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-mouse
|
||||
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-tablet
|
||||
endif
|
||||
else
|
||||
$(error Unsupported ARCH for QEMU "$(ARCH)"))
|
||||
|
|
Loading…
Reference in a new issue