On Tue, 8 Aug 2023 at 13:19, Alper Nebi Yasak <alpernebiya...@gmail.com> wrote: > > Commit 02be57caf730 ("riscv: qemu: Enable usb keyboard as an input > device") adds PCI xHCI support to QEMU RISC-V virtual machines and > enables using a USB keyboard as one of the input devices. Similarly, > enable those for ARM virtual machines as well. > > Signed-off-by: Alper Nebi Yasak <alpernebiya...@gmail.com> > --- > > arch/arm/Kconfig | 5 +++++ > board/emulation/qemu-arm/qemu-arm.c | 5 +++++ > board/emulation/qemu-arm/qemu-arm.env | 2 +- > configs/qemu_arm64_defconfig | 2 -- > configs/qemu_arm_defconfig | 2 -- > doc/board/emulation/qemu-arm.rst | 4 ++++ > 6 files changed, 15 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>