Re: [Qemu-devel] [PATCH] input: fix send-key monitor command release event ordering

2014-09-26 Thread Amos Kong
On Fri, Sep 26, 2014 at 10:08:50AM +0200, Gerd Hoffmann wrote: > 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

[Qemu-devel] [PATCH] input: fix send-key monitor command release event ordering

2014-09-26 Thread Gerd Hoffmann
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 Signed-off-by: Gerd Hoffmann