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
|
QEMUFLAGS+=-device ramfb
|
||||||
endif
|
endif
|
||||||
ifneq ($(usb),no)
|
ifneq ($(usb),no)
|
||||||
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-mouse
|
QEMUFLAGS+=-device qemu-xhci -device usb-kbd -device usb-tablet
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
$(error Unsupported ARCH for QEMU "$(ARCH)"))
|
$(error Unsupported ARCH for QEMU "$(ARCH)"))
|
||||||
|
|
Loading…
Reference in a new issue