]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 19 May 2014 11:53:07 +0000 (12:53 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 19 May 2014 11:53:07 +0000 (12:53 +0100)
commit5bc8f026dd5eb76c89395933d38dc5b0cebf5763
tree1457fdc19b5c79152c82e6a102a108045c6db4ca
parent6a23082b4eca28df6a26efae8016d2f2f0921da5
parent59e7a130054b55fe15cdfdebf284332b04d990ef
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-8' into staging

Input code update:
 - add keycode mapping helpers to core.
 - start switching devices to new input api.
 - misc bugfixes.

# gpg: Signature made Fri 16 May 2014 07:43:45 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
# gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
# gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"

* remotes/kraxel/tags/pull-input-8:
  input: sparc32 kbd: claim en-us layout
  input: sparc32 kbd: fix some key mappings
  input: remove sparc keymap hack
  input: switch sparc32 kbd to new input api
  input: switch ps/2 mouse to new input api
  input: switch ps/2 kbd to new input api
  input: use KeyValue directly in sendkey monitor command
  input: add qemu_input_handler_deactivate
  input: key mapping helpers
  ps2: set ps/2 output buffer size as the same as kernel

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
trace-events