Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: e92316ad3074aaf13bced21f03c98969ca6f73a9 https://github.com/qemu/qemu/commit/e92316ad3074aaf13bced21f03c98969ca6f73a9 Author: Daniel P. Berrange <berra...@redhat.com> Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths: M ui/spice-input.c Log Message: ----------- ui: correctly detect spice PAUSE scancode sequence The SPICE input code is currently detcting 0xe1 0x1d 0x45 as the PAUSE key make sequence and 0xe1 0x9d 0xc5 as the break sequence. This is incorrect, because all 6 scancodes together are the make sequence, and there is no break sequence. Signed-off-by: Daniel P. Berrange <berra...@redhat.com> Message-id: 20170727174640.30359-1-berra...@redhat.com Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Commit: 103dce8f750f4b990dbd24ac231392062c153ec0 https://github.com/qemu/qemu/commit/103dce8f750f4b990dbd24ac231392062c153ec0 Author: Gerd Hoffmann <kra...@redhat.com> Date: 2017-07-28 (Fri, 28 Jul 2017) Changed paths: M hw/input/ps2.c M qapi-schema.json M ui/input-keymap.c Log Message: ----------- ui: drop ac_search and ac_stop Both keys exist already: "ac_search" is "find" and "ac_stop" is "stop". Fixes: 37810e80553c19f0dac3644924895a9bf5c70785 Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Daniel P. Berrange <berra...@redhat.com> Message-id: 20170728063415.27480-1-kra...@redhat.com Commit: ef58430d5daeac4c18e4072f5860e25700aa8af6 https://github.com/qemu/qemu/commit/ef58430d5daeac4c18e4072f5860e25700aa8af6 Author: Gerd Hoffmann <kra...@redhat.com> Date: 2017-07-28 (Fri, 28 Jul 2017) Changed paths: M ui/input-keymap.c Log Message: ----------- ui: add pause key to linux_to_qcode Signed-off-by: Gerd Hoffmann <kra...@redhat.com> Reviewed-by: Daniel P. Berrange <berra...@redhat.com> Message-id: 20170728063432.27578-1-kra...@redhat.com Commit: 762971738c1857ab83ff68d0429bcca066e2dfb2 https://github.com/qemu/qemu/commit/762971738c1857ab83ff68d0429bcca066e2dfb2 Author: Peter Maydell <peter.mayd...@linaro.org> Date: 2017-07-28 (Fri, 28 Jul 2017) Changed paths: M hw/input/ps2.c M qapi-schema.json M ui/input-keymap.c M ui/spice-input.c Log Message: ----------- Merge remote-tracking branch 'remotes/kraxel/tags/ui-20170728-pull-request' into staging ui: more keymap fixes for 2.10 # gpg: Signature made Fri 28 Jul 2017 13:59:01 BST # gpg: using RSA key 0x4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kra...@redhat.com>" # gpg: aka "Gerd Hoffmann <g...@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kra...@gmail.com>" # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/ui-20170728-pull-request: ui: add pause key to linux_to_qcode ui: drop ac_search and ac_stop ui: correctly detect spice PAUSE scancode sequence Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> Compare: https://github.com/qemu/qemu/compare/871a0f7ad2b9...762971738c18