Actions
action #114643
openAdd support for virtio keyboard and mouse on aarch64 QEMU
Start date:
2022-07-25
Due date:
% Done:
0%
Estimated time:
Description
QEMU aarch64 VMs are currently hardcoded to use USB keyboard in OpenQA. We now need to test SLE-15SP4 kernel-azure where this does not work because the whole USB subsystem is intentionally disabled and therefore the framebuffer console gets no keyboard input:
https://openqa.suse.de/tests/9122772#step/update_kernel/95
I can get the tests to work by setting QEMU_APPEND=device virtio-keyboard -device virtio-mouse
. Please implement proper support for virtio input devices in the QEMU backend.
Actions