-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
rhel-10.1, rhel-10.2
-
No
-
Moderate
-
rhel-virt-hwe-arm-1
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
aarch64
-
None
What were you trying to do that din't work?
I was trying to use the usb-tablet as a single, combined device for both mouse and keyboard input, which is the standard behavior on x86 systems.
What is the impact of this issue to you?
The usb-tablet device does not work on ARM the same way it does on x86. the keyboard becomes completely unresponsive, making it impossible to perform initial OS installations or interact with the VM via VNC/Console without adding additional workarounds
Please provide the package NVR for which the bug is seen:
qemu-kvm-10.1.0-6.el10.aarch64
How reproducible is this bug?:
100% Reproducible on ARM64 virt machine types when using a single usb-tablet device as the primary HID input.
Steps to reproduce
- Launch a QEMU-KVM VM (rhel or Win )on an ARM64 host
- Add a single input device: -device usb-tablet.
- Open a VNC console to the guest.
- try to type on the keyboard.
Expected results
The keyboard input should be processed normally alongside mouse movement, as it is on x86 architectures.
Actual results:
Mouse pointer is working normally but the keyboard inputs is not working.