qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] e92316: ui: correctly detect spice PAUSE scan


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e92316: ui: correctly detect spice PAUSE scancode sequence
Date: Fri, 28 Jul 2017 07:30:40 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e92316ad3074aaf13bced21f03c98969ca6f73a9
      
https://github.com/qemu/qemu/commit/e92316ad3074aaf13bced21f03c98969ca6f73a9
  Author: Daniel P. Berrange <address@hidden>
  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 <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 103dce8f750f4b990dbd24ac231392062c153ec0
      
https://github.com/qemu/qemu/commit/103dce8f750f4b990dbd24ac231392062c153ec0
  Author: Gerd Hoffmann <address@hidden>
  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 <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Message-id: address@hidden


  Commit: ef58430d5daeac4c18e4072f5860e25700aa8af6
      
https://github.com/qemu/qemu/commit/ef58430d5daeac4c18e4072f5860e25700aa8af6
  Author: Gerd Hoffmann <address@hidden>
  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 <address@hidden>
Reviewed-by: Daniel P. Berrange <address@hidden>
Message-id: address@hidden


  Commit: 762971738c1857ab83ff68d0429bcca066e2dfb2
      
https://github.com/qemu/qemu/commit/762971738c1857ab83ff68d0429bcca066e2dfb2
  Author: Peter Maydell <address@hidden>
  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) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"
# 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 <address@hidden>


Compare: https://github.com/qemu/qemu/compare/871a0f7ad2b9...762971738c18

reply via email to

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