qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Daniel P. Berrange
Subject: [Qemu-devel] [PATCH v6 0/4] Convert hw backends to use keycodemapdb
Date: Tue, 12 Dec 2017 14:10:40 +0000

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]