Hi, This little series updates the virtio-input devices to follow latest practices, so device properties are handled properly. It also adds evdev passthrough device for virtio-input (patch has updated property handling too), and finally a MAINTAINERS entry for virtio-input.
please review, Gerd Gerd Hoffmann (3): virtio-input: move properties, use virtio_instance_init_common virtio-input: evdev passthrough Add MAINTAINERS entry for virtio-input MAINTAINERS | 6 ++ hw/input/Makefile.objs | 1 + hw/input/virtio-input-host.c | 188 +++++++++++++++++++++++++++++++++++++++ hw/input/virtio-input.c | 8 +- hw/virtio/virtio-pci.c | 43 +++++---- hw/virtio/virtio-pci.h | 10 +++ include/hw/virtio/virtio-input.h | 20 +++-- 7 files changed, 252 insertions(+), 24 deletions(-) create mode 100644 hw/input/virtio-input-host.c -- 1.8.3.1
