[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passt
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passthrough |
Date: |
Fri, 19 Jun 2015 10:38:34 +0200 |
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
- [Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passthrough,
Gerd Hoffmann <=