mbox

[PULL,0/7] Ui 20170727 patches

Message ID 20170727140025.392-1-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/ui-20170727-pull-request

Message

Gerd Hoffmann July 27, 2017, 2 p.m. UTC
The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:

  Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/ui-20170727-pull-request

for you to fetch changes up to 7c388dbd0b2c54b3d836c23ea43e2cee38de66a4:

  ps2: fix sending of PAUSE/BREAK scancodes (2017-07-27 14:24:05 +0200)

----------------------------------------------------------------
ui: keymap fixes for 2.10

----------------------------------------------------------------

Daniel P. Berrange (1):
  ps2: fix sending of PAUSE/BREAK scancodes

Gerd Hoffmann (6):
  ui: add next and prior keysyms
  ui: move qemu_input_linux_to_qcode()
  ui: update keymaps
  ui: add multimedia keys
  ps2: enable multimedia keys
  ui: drop altgr and altgr_r QKeyCodes

 include/ui/input.h |   1 +
 ui/curses_keys.h   |   2 +
 ui/keymaps.h       |   1 +
 ui/vnc_keysym.h    |   2 +
 hw/char/escc.c     |   1 -
 hw/input/adb.c     |   1 -
 hw/input/ps2.c     |   6 --
 ui/input-keymap.c  | 169 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 ui/input-linux.c   | 113 -----------------------------------
 ui/spice-input.c   |  20 +++++++
 qapi-schema.json   |  31 +++++++++-
 11 files changed, 222 insertions(+), 125 deletions(-)

Comments

Peter Maydell July 27, 2017, 3:43 p.m. UTC | #1
On 27 July 2017 at 15:00, Gerd Hoffmann <kraxel@redhat.com> wrote:
> The following changes since commit 522fd24ca030c27c591dafedd65c1dfd51e40450:
>
>   Update version for v2.10.0-rc0 release (2017-07-25 17:13:09 +0100)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/ui-20170727-pull-request
>
> for you to fetch changes up to 7c388dbd0b2c54b3d836c23ea43e2cee38de66a4:
>
>   ps2: fix sending of PAUSE/BREAK scancodes (2017-07-27 14:24:05 +0200)
>
> ----------------------------------------------------------------
> ui: keymap fixes for 2.10
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM