From: "Daniel P. Berrange" <berrange@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Anthony Perard <anthony.perard@citrix.com>,
xen-devel@lists.xenproject.org,
"Daniel P. Berrange" <berrange@redhat.com>
Subject: [Qemu-devel] [PATCH v6 0/4] Convert hw backends to use keycodemapdb
Date: Tue, 12 Dec 2017 14:10:40 +0000 [thread overview]
Message-ID: <20171212141044.2582-1-berrange@redhat.com> (raw)
This is a followup to
v1: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02047.html
v2: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02471.html
v3: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02517.html
v4: https://lists.nongnu.org/archive/html/qemu-devel/2017-08/msg02708.html
v5: https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg02950.html
This new series contains just the patches for converting the hardware
backends to use keycodemapdb.
The main benefit is adding various missing key mappings that were previously
accidentally left out
Daniel P. Berrange (4):
hw: convert virtio-input-hid device to keycodemapdb
hw: convert ps2 device to keycodemapdb
hw: convert the escc device to keycodemapdb
hw: convert XenInput keyboard to keycodemapdb
Makefile | 5 +
hw/char/escc.c | 126 +-------------
hw/display/xenfb.c | 138 ++++-----------
hw/input/ps2.c | 406 +-------------------------------------------
hw/input/virtio-input-hid.c | 136 +--------------
include/ui/input.h | 15 ++
ui/input-keymap.c | 5 +
7 files changed, 79 insertions(+), 752 deletions(-)
--
2.14.3
next reply other threads:[~2017-12-12 14:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-12 14:10 Daniel P. Berrange [this message]
2017-12-12 14:10 ` [Qemu-devel] [PATCH v6 1/4] hw: convert virtio-input-hid device to keycodemapdb Daniel P. Berrange
2017-12-13 15:04 ` Anthony PERARD
2017-12-12 14:10 ` [Qemu-devel] [PATCH v6 2/4] hw: convert ps2 " Daniel P. Berrange
2017-12-12 14:10 ` [Qemu-devel] [PATCH v6 3/4] hw: convert the escc " Daniel P. Berrange
2017-12-12 14:10 ` [Qemu-devel] [PATCH v6 4/4] hw: convert XenInput keyboard " Daniel P. Berrange
2017-12-13 15:01 ` Anthony PERARD
2017-12-15 9:33 ` Daniel P. Berrange
2018-01-15 15:11 ` Gerd Hoffmann
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=20171212141044.2582-1-berrange@redhat.com \
--to=berrange@redhat.com \
--cc=anthony.perard@citrix.com \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=sstabellini@kernel.org \
--cc=xen-devel@lists.xenproject.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).