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

Daniel P. Berrange posted 4 patches 6 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180117164118.8510-1-berrange@redhat.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppc passed
Test s390x passed
Makefile                    |   6 +-
hw/char/escc.c              | 126 +-------------
hw/input/ps2.c              | 406 +-------------------------------------------
hw/input/virtio-input-hid.c | 136 +--------------
include/ui/input.h          |  18 +-
ui/input-keymap.c           |   6 +-
6 files changed, 46 insertions(+), 652 deletions(-)
[Qemu-devel] [PATCH v7 0/4] Convert hw backends to use keycodemapdb
Posted by Daniel P. Berrange 6 years, 3 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
  v6: https://lists.nongnu.org/archive/html/qemu-devel/2017-12/msg01995.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

Changed in v7:

  - Drop Xen patch as equiv already merged
  - Add patch to fix keycodemap ordering in source

Daniel P. Berrange (4):
  hw: convert ps2 device to keycodemapdb
  hw: convert the escc device to keycodemapdb
  ui: fix alphabetical ordering of keymaps
  hw: convert virtio-input-hid device to keycodemapdb

 Makefile                    |   6 +-
 hw/char/escc.c              | 126 +-------------
 hw/input/ps2.c              | 406 +-------------------------------------------
 hw/input/virtio-input-hid.c | 136 +--------------
 include/ui/input.h          |  18 +-
 ui/input-keymap.c           |   6 +-
 6 files changed, 46 insertions(+), 652 deletions(-)

-- 
2.14.3