From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/3] virtio-input: property fixes, add evdev passthrough
Date: Tue, 23 Jun 2015 11:04:59 +0200 [thread overview]
Message-ID: <1435050302-6389-1-git-send-email-kraxel@redhat.com> (raw)
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
next reply other threads:[~2015-06-23 9:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-23 9:04 Gerd Hoffmann [this message]
2015-06-23 9:05 ` [Qemu-devel] [PULL 1/3] virtio-input: move properties, use virtio_instance_init_common Gerd Hoffmann
2015-06-23 9:05 ` [Qemu-devel] [PULL 2/3] virtio-input: evdev passthrough Gerd Hoffmann
2015-06-23 9:05 ` [Qemu-devel] [PULL 3/3] Add MAINTAINERS entry for virtio-input Gerd Hoffmann
2015-06-23 14:21 ` [Qemu-devel] [PULL 0/3] virtio-input: property fixes, add evdev passthrough Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435050302-6389-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).