[Qemu-devel] [PULL 0/7] Ui 20170727 patches

Gerd Hoffmann posted 7 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
Test FreeBSD passed
Test checkpatch passed
Test s390x passed
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(-)
[Qemu-devel] [PULL 0/7] Ui 20170727 patches
Posted by Gerd Hoffmann 6 years, 8 months ago
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(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/7] Ui 20170727 patches
Posted by Peter Maydell 6 years, 8 months ago
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