qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] ui: keymap fixes for 2.10
@ 2017-07-26 15:29 Gerd Hoffmann
  2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 1/5] ui: add next and prior keysyms Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Gerd Hoffmann @ 2017-07-26 15:29 UTC (permalink / raw)
  To: qemu-devel; +Cc: eblake, berrange, Gerd Hoffmann

This series adds multimedia keys to QKeyCodes, allowing them to be
supported (again) by the ps/2 keyboard emulation.  It also fixes
some minor keymap issues along the way.

v2: remove '*' wildcard from schema docs.

Gerd Hoffmann (5):
  ui: add next and prior keysyms
  ui: move qemu_input_linux_to_qcode()
  ui: update keymaps
  ui: add multimedia keys
  ps2: enable multimedia keys

 include/ui/input.h |   1 +
 ui/curses_keys.h   |   2 +
 ui/vnc_keysym.h    |   2 +
 hw/input/ps2.c     |   4 --
 ui/input-keymap.c  | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 ui/input-linux.c   | 113 ------------------------------------
 qapi-schema.json   |  28 ++++++++-
 7 files changed, 198 insertions(+), 118 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-26 15:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-26 15:29 [Qemu-devel] [PATCH v2 0/5] ui: keymap fixes for 2.10 Gerd Hoffmann
2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 1/5] ui: add next and prior keysyms Gerd Hoffmann
2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 2/5] ui: move qemu_input_linux_to_qcode() Gerd Hoffmann
2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 3/5] ui: update keymaps Gerd Hoffmann
2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 4/5] ui: add multimedia keys Gerd Hoffmann
2017-07-26 15:36   ` Eric Blake
2017-07-26 15:29 ` [Qemu-devel] [PATCH v2 5/5] ps2: enable " Gerd Hoffmann

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).