mbox

[PULL,0/1] virtio-input: evdev passthrough

Message ID 1434620035-10808-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

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

Message

Gerd Hoffmann June 18, 2015, 9:33 a.m. UTC
Hi,

New member for the virtio-input family:  evdev passthrough support.

please pull,
  Gerd

The following changes since commit f754c3c9cce3c4789733d9068394be4256dfe6a8:

  Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' into staging (2015-06-17 12:43:26 +0100)

are available in the git repository at:


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

for you to fetch changes up to 535017c3852f72e8706c3636d0bb2587920bf57d:

  virtio-input: evdev passthrough (2015-06-18 10:45:12 +0200)

----------------------------------------------------------------
virtio-input: evdev passthrough

----------------------------------------------------------------
Gerd Hoffmann (1):
      virtio-input: evdev passthrough

 hw/input/Makefile.objs           |   1 +
 hw/input/virtio-input-host.c     | 182 +++++++++++++++++++++++++++++++++++++++
 hw/virtio/virtio-pci.c           |  30 +++++++
 hw/virtio/virtio-pci.h           |  10 +++
 include/hw/virtio/virtio-input.h |  13 +++
 5 files changed, 236 insertions(+)
 create mode 100644 hw/input/virtio-input-host.c