]> git.proxmox.com Git - qemu.git/commit
monitor: fix the wrong order of releasing keys
authorAmos Kong <akong@redhat.com>
Tue, 16 Apr 2013 05:47:32 +0000 (13:47 +0800)
committerLuiz Capitulino <lcapitulino@redhat.com>
Fri, 19 Apr 2013 12:32:44 +0000 (08:32 -0400)
commit153d02e338a063ad5c51ff0725d5d88285f44121
treeedee4728e063520e7562483a6e324087d5e38a50
parent09dada400328d75daf79e3eca1e48e024fec148d
monitor: fix the wrong order of releasing keys

(qemu) sendkey ctrl_r-scroll_lock-scroll_lock

Executing this command could not let Windows guest panic, it caused by
the wrong order of releasing keys. This problem was introduced by
commit e4c8f004c55d9da3eae3e14df740238bf805b5d6.

The right release order should be starting from last item.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
ui/input.c