From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/2] input patch queue
Date: Mon, 20 Feb 2017 12:43:49 +0100 [thread overview]
Message-ID: <1487591031-28991-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
Here is the input patch queue, fixing a ps/2 bug and finally merging the
wctablet (2016 gsoc project).
please pull,
Gerd
The following changes since commit ad584d37f2a86b392c25f3f00cc1f1532676c2d1:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2017-02-16 17:46:52 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-input-20170220-1
for you to fetch changes up to 378af96155d62d90c876ee5e7648803247f1d864:
Add wctablet device (2017-02-20 11:26:28 +0100)
----------------------------------------------------------------
input: add wctablet, ps2 fix
----------------------------------------------------------------
Anatoli Huseu1 (1):
Add wctablet device
Fabian Lesniak (1):
ps2: fix mouse mappings for right/middle button
Makefile.objs | 1 +
backends/Makefile.objs | 2 +-
backends/trace-events | 10 ++
backends/wctablet.c | 369 +++++++++++++++++++++++++++++++++++++++++++++++
chardev/char.c | 1 +
docs/qdev-device-use.txt | 2 +-
include/hw/input/ps2.h | 4 +-
qapi-schema.json | 3 +-
8 files changed, 387 insertions(+), 5 deletions(-)
create mode 100644 backends/trace-events
create mode 100644 backends/wctablet.c
next reply other threads:[~2017-02-20 11:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-20 11:43 Gerd Hoffmann [this message]
2017-02-20 11:43 ` [Qemu-devel] [PULL 1/2] ps2: fix mouse mappings for right/middle button Gerd Hoffmann
2017-02-20 11:43 ` [Qemu-devel] [PULL 2/2] Add wctablet device Gerd Hoffmann
2017-02-20 16:31 ` [Qemu-devel] [PULL 0/2] input patch queue Peter Maydell
-- strict thread matches above, loose matches on Subject: below --
2014-10-02 8:12 Gerd Hoffmann
2014-10-02 14:55 ` 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=1487591031-28991-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).