virtio-input: core code & base class [device]
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: NGerd Hoffmann <kraxel@redhat.com>
Showing
hw/input/virtio-input.c
0 → 100644
include/hw/virtio/virtio-input.h
0 → 100644
想要评论请 注册 或 登录