[Qemu-devel] [PATCH v1 0/9] Various fixes for input/ps2 handling

Daniel P. Berrange posted 9 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171019142848.572-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
hw/input/ps2.c        | 207 +++++++++++++++++++++++++++++++++++++++++---------
hw/input/trace-events |   3 +-
qapi/ui.json          |   7 ++
ui/input-legacy.c     |   5 ++
ui/input.c            |  16 +++-
ui/keycodemapdb       |   2 +-
6 files changed, 201 insertions(+), 39 deletions(-)
[Qemu-devel] [PATCH v1 0/9] Various fixes for input/ps2 handling
Posted by Daniel P. Berrange 6 years, 6 months ago
While preparing to send the rest of my keycodemapdb patches I identified some
problems in the input code and particularly in the ps2 device handling of the
pause & print / sysrq key that needed fixing.

Daniel P. Berrange (9):
  input: use hex in ps2 keycode trace events
  ui: fix crash with sendkey and raw key numbers
  ui: use correct union field for key number
  ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)
  ps2: fix scancodes sent for Shift/Ctrl+Print key combination
  ps2: fix scancodess sent for Pause key in AT set 1
  ps2: fix scancodes sent for Ctrl+Pause key combination
  ui: normalize the 'sysrq' key into the 'print' key
  ui: pull in latest keycodemapdb

 hw/input/ps2.c        | 207 +++++++++++++++++++++++++++++++++++++++++---------
 hw/input/trace-events |   3 +-
 qapi/ui.json          |   7 ++
 ui/input-legacy.c     |   5 ++
 ui/input.c            |  16 +++-
 ui/keycodemapdb       |   2 +-
 6 files changed, 201 insertions(+), 39 deletions(-)

-- 
2.13.6