qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 4083ae: input: improve docs for input-send-ev


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 4083ae: input: improve docs for input-send-event qmp comma...
Date: Thu, 22 Jan 2015 11:00:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 4083ae311d51edf93e2e163f4af2b22a1d0952cc
      
https://github.com/qemu/qemu/commit/4083ae311d51edf93e2e163f4af2b22a1d0952cc
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M qapi-schema.json

  Log Message:
  -----------
  input: improve docs for input-send-event qmp command

Text partly suggested by Markus Armbruster <address@hidden>

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: ba4d26064e8c42711a1a6eb287cedac75deb1478
      
https://github.com/qemu/qemu/commit/ba4d26064e8c42711a1a6eb287cedac75deb1478
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M hw/input/hid.c

  Log Message:
  -----------
  hid: handle full ptr queues in post_load

Cc: Dr. David Alan Gilbert <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Tested-by: Gonglei <address@hidden>
Reviewed-by: Gonglei <address@hidden>


  Commit: 0ee4de5840ccc1072459ec68062bfb63c888a94d
      
https://github.com/qemu/qemu/commit/0ee4de5840ccc1072459ec68062bfb63c888a94d
  Author: Dinar Valeev <address@hidden>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M hw/input/hid.c

  Log Message:
  -----------
  hw/input/hid.c Fix capslock hid code

When ever USB keyboard is used, e.g. '-usbdevice keyboard' pressing
caps lock key send 0x32 hid code, which is treated as backslash.
Instead it should be 0x39 code. This affects sending uppercase keys,
as they typed whith caps lock active.

While on x86 this can be workarounded by using ps/2 protocol. On
Power it is crusial as we don't have anything else than USB.

This is fixes guest automation tasts over vnc.

Signed-off-by: Dinar Valeev <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 8f970eff6e318524f189f105c236e47633759890
      
https://github.com/qemu/qemu/commit/8f970eff6e318524f189f105c236e47633759890
  Author: Peter Maydell <address@hidden>
  Date:   2015-01-22 (Thu, 22 Jan 2015)

  Changed paths:
    M hw/input/hid.c
    M qapi-schema.json

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150122-1' into 
staging

input: misc fixes.

# gpg: Signature made Thu 22 Jan 2015 11:27:37 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-input-20150122-1:
  hw/input/hid.c Fix capslock hid code
  hid: handle full ptr queues in post_load
  input: improve docs for input-send-event qmp command

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/adeecf14d668...8f970eff6e31

reply via email to

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