qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e37f20: input: fix send-key monitor command r


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e37f20: input: fix send-key monitor command release event ...
Date: Thu, 02 Oct 2014 08:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e37f20245080b4fa77aa312b01853dab42be85a9
      
https://github.com/qemu/qemu/commit/e37f20245080b4fa77aa312b01853dab42be85a9
  Author: Gerd Hoffmann <address@hidden>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M ui/input-legacy.c

  Log Message:
  -----------
  input: fix send-key monitor command release event ordering

commit 2e377f1730d06deafb3e3ef6cf88792de4a6f4df changed the ordering
of the release events as side effect.  Some guests are not happy with
that and don't recognise ctrl-alt-del any more.  This patch restores
the old last-pressed first-released behavior.

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


  Commit: 50c6617fcbef649674b59f686b12dccfc455ffa3
      
https://github.com/qemu/qemu/commit/50c6617fcbef649674b59f686b12dccfc455ffa3
  Author: Marcelo Tosatti <address@hidden>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M qapi-schema.json
    M qmp-commands.hx
    M ui/input.c

  Log Message:
  -----------
  add input-send-event command

Which allows specification of absolute/relative,
up/down and console parameters.

Suggested by Gerd Hoffman.

Signed-off-by: Marcelo Tosatti <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b00a0ddb31a393b8386d30a9bef4d9bbb249e7ec
      
https://github.com/qemu/qemu/commit/b00a0ddb31a393b8386d30a9bef4d9bbb249e7ec
  Author: Peter Maydell <address@hidden>
  Date:   2014-10-02 (Thu, 02 Oct 2014)

  Changed paths:
    M qapi-schema.json
    M qmp-commands.hx
    M ui/input-legacy.c
    M ui/input.c

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

input monitor patches: fix send-key release ordering
and new input-send-event command

# gpg: Signature made Thu 02 Oct 2014 09:10:44 BST 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-20141002-1:
  add input-send-event command
  input: fix send-key monitor command release event ordering

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


Compare: https://github.com/qemu/qemu/compare/53b98718f1bb...b00a0ddb31a3

reply via email to

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