[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/7] Ui 20170727 patches
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 0/7] Ui 20170727 patches |
Date: |
Thu, 27 Jul 2017 16:00:18 +0200 |
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
- [Qemu-devel] [PULL 0/7] Ui 20170727 patches,
Gerd Hoffmann <=
- [Qemu-devel] [PULL 2/7] ui: move qemu_input_linux_to_qcode(), Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 5/7] ps2: enable multimedia keys, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 1/7] ui: add next and prior keysyms, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 3/7] ui: update keymaps, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 7/7] ps2: fix sending of PAUSE/BREAK scancodes, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 6/7] ui: drop altgr and altgr_r QKeyCodes, Gerd Hoffmann, 2017/07/27
- [Qemu-devel] [PULL 4/7] ui: add multimedia keys, Gerd Hoffmann, 2017/07/27