+4
−0
hw/input/virtio-input.c
0 → 100644
+282
−0
include/hw/virtio/virtio-input.h
0 → 100644
+84
−0
Loading
This patch adds virtio-input support to qemu. It brings a abstract
base class providing core support, other classes can build on it to
actually implement input devices.
virtio-input basically sends linux input layer events (evdev) over
virtio.
Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>