[Qemu-devel] [PATCH v6 0/4] Convert hw backends to use keycodemapdb

Daniel P. Berrange posted 4 patches 6 years, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171212141044.2582-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
There is a newer version of this series
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(-)
[Qemu-devel] [PATCH v6 0/4] Convert hw backends to use keycodemapdb
Posted by Daniel P. Berrange 6 years, 4 months ago
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