]> git.proxmox.com Git - mirror_qemu.git/commit - ui/input-legacy.c
input: fix send-key monitor command release event ordering
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 26 Sep 2014 08:02:16 +0000 (10:02 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 2 Oct 2014 07:58:14 +0000 (09:58 +0200)
commite37f20245080b4fa77aa312b01853dab42be85a9
treedf8b5d39607029ab8b99b89a320473a41b09c74b
parent29429c7244c73eefada3d0ec6dd30c5698782d08
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 <akong@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/input-legacy.c