qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passthrough
@ 2015-06-19  8:38 Gerd Hoffmann
  2015-06-19  8:38 ` [Qemu-devel] [PATCH for-2.4 1/3] virtio-input: move properties, use virtio_instance_init_common Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2015-06-19  8:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann, Michael S. Tsirkin

  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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-19 10:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-19  8:38 [Qemu-devel] [PATCH for-2.4 0/3] virtio-input: property fixes, add passthrough Gerd Hoffmann
2015-06-19  8:38 ` [Qemu-devel] [PATCH for-2.4 1/3] virtio-input: move properties, use virtio_instance_init_common Gerd Hoffmann
2015-06-19 10:25   ` Michael S. Tsirkin
2015-06-19  8:38 ` [Qemu-devel] [PATCH for-2.4 2/3] virtio-input: evdev passthrough Gerd Hoffmann
2015-06-19  8:38 ` [Qemu-devel] [PATCH for-2.4 3/3] Add MAINTAINERS entry for virtio-input Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).