qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/3] virtio-input: property fixes, add evdev passthro


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/3] virtio-input: property fixes, add evdev passthrough
Date: Tue, 23 Jun 2015 11:04:59 +0200

  Hi,

Pull v2 for virtio-input evdev passthrough.  The last-minute property
issues found my mst are fixed, both for the already merged virtio-input
devices (patch 1) and the new passthrough device (patch 2).

Patch 3 adds a maintainers entry for virtio-input.

please pull,
  Gerd

The following changes since commit 0c8ff723bd29e5c8b2ca989f857ae5c37ec49c4e:

  m68k: fix usp processing on interrupt entry and exception exit (2015-06-22 
14:43:25 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/pull-input-20150623-1

for you to fetch changes up to a5d4d7b580f42c47d240a2068c810e4147147f6e:

  Add MAINTAINERS entry for virtio-input (2015-06-23 10:32:35 +0200)

----------------------------------------------------------------
virtio-input: property fixes, add evdev passthrough

----------------------------------------------------------------
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]