qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 00/10] input layer rework continued
@ 2014-05-07 11:06 Gerd Hoffmann
  2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 01/10] ps2: set ps/2 output buffer size as the same as kernel Gerd Hoffmann
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Gerd Hoffmann @ 2014-05-07 11:06 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Series adds some keyboard mapping helpers and starts switching over
devices to the new input api.

New in v2:
 - sparc kbd fixes, according to reports by Olivier Danet, please verify.
 - picked up ps/2 buffer size fix by Gonglei.

cheers,
  Gerd

Gerd Hoffmann (9):
  input: key mapping helpers
  input: add qemu_input_handler_deactivate
  input: use KeyValue directly in sendkey monitor command
  input: switch ps/2 kbd to new input api
  input: switch ps/2 mouse to new input api
  input: switch sparc32 kbd to new input api
  input: remove sparc keymap hack
  input: sparc32 kbd: fix some key mappings
  input: sparc32 kbd: claim en-us layout

Gonglei (1):
  ps2: set ps/2 output buffer size as the same as kernel

 hw/char/escc.c     | 233 +++++++++++++++++++++++++++++++++++++++--------------
 hw/input/ps2.c     | 166 +++++++++++++++++++++++++++++++++-----
 include/ui/input.h |   5 ++
 trace-events       |   4 +-
 ui/Makefile.objs   |   3 +-
 ui/input-keymap.c  | 191 +++++++++++++++++++++++++++++++++++++++++++
 ui/input-legacy.c  | 226 +++++++--------------------------------------------
 ui/input.c         |   7 ++
 8 files changed, 553 insertions(+), 282 deletions(-)
 create mode 100644 ui/input-keymap.c

-- 
1.8.3.1

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

end of thread, other threads:[~2014-05-07 11:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 11:06 [Qemu-devel] [PATCH v2 00/10] input layer rework continued Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 01/10] ps2: set ps/2 output buffer size as the same as kernel Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 02/10] input: key mapping helpers Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 03/10] input: add qemu_input_handler_deactivate Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 04/10] input: use KeyValue directly in sendkey monitor command Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 05/10] input: switch ps/2 kbd to new input api Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 06/10] input: switch ps/2 mouse " Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 07/10] input: switch sparc32 kbd " Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 08/10] input: remove sparc keymap hack Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 09/10] input: sparc32 kbd: fix some key mappings Gerd Hoffmann
2014-05-07 11:06 ` [Qemu-devel] [PATCH v2 10/10] input: sparc32 kbd: claim en-us layout 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).