virtio-input: core code & base class [device]
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 14 Mar 2014 13:39:20 +0000 (14:39 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 29 May 2015 08:30:26 +0000 (10:30 +0200)
commitf73ddbad397f98c1d476ffbf93d65af1cfa796e6
treeaa60c4104d0c821f456d5c18381b12c5115b620e
parent2fe7c31832a345cdc34314cdcd5478d06b884842
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: Gerd Hoffmann <kraxel@redhat.com>
hw/input/Makefile.objs
hw/input/virtio-input.c [new file with mode: 0644]
include/hw/virtio/virtio-input.h [new file with mode: 0644]
include/hw/virtio/virtio.h