qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/6] input layer rework continued


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/6] input layer rework continued
Date: Thu, 24 Apr 2014 12:37:43 +0200

  Hi,

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

A careful look at the sparc bits from anyone more familiar with sparc
keyboard than me would be great.

cheers,
  Gerd

Gerd Hoffmann (6):
  input: key mapping helpers
  input: add qemu_input_handler_deactivate
  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

 hw/char/escc.c     | 229 +++++++++++++++++++++++++++++++++++++++--------------
 hw/input/ps2.c     |  92 +++++++++++++++++----
 include/ui/input.h |   5 ++
 trace-events       |   4 +-
 ui/Makefile.objs   |   3 +-
 ui/input-keymap.c  | 191 ++++++++++++++++++++++++++++++++++++++++++++
 ui/input-legacy.c  | 181 ++----------------------------------------
 ui/input.c         |   7 ++
 8 files changed, 460 insertions(+), 252 deletions(-)
 create mode 100644 ui/input-keymap.c

-- 
1.8.3.1




reply via email to

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