Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260520-input-v3-0-7c9e4c7abe34@rsg.ci.i.u-tokyo.ac.jp
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Jan Kiszka <jan.kiszka@web.de>, Peter Maydell <peter.maydell@linaro.org>, Stefano Stabellini <sstabellini@kernel.org>, Anthony PERARD <anthony@xenproject.org>, "Edgar E. Iglesias" <edgar.iglesias@gmail.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Gerd Hoffmann <kraxel@redhat.com>, "Michael S. Tsirkin" <mst@redhat.com>, Thomas Huth <th.huth+qemu@posteo.eu>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp>
include/qemu/typedefs.h | 1 +
include/system/replay.h | 2 +-
include/ui/console.h | 3 +-
include/ui/input.h | 92 ++++++++------
include/ui/kbd-state.h | 12 +-
replay/replay-internal.h | 6 +-
ui/x_keymap.h | 3 +-
chardev/msmouse.c | 12 +-
chardev/wctablet.c | 10 +-
hw/arm/musicpal.c | 31 +++--
hw/char/escc.c | 45 +++----
hw/display/xenfb.c | 51 +++-----
hw/input/adb-kbd.c | 246 ++++++++++++++++++------------------
hw/input/adb-mouse.c | 22 ++--
hw/input/hid.c | 41 +++---
hw/input/ps2.c | 118 +++++++++---------
hw/input/stellaris_gamepad.c | 11 +-
hw/input/virtio-input-hid.c | 89 +++++++------
hw/m68k/next-kbd.c | 128 +++++++++----------
qemu-keymap.c | 41 +++---
replay/replay-events.c | 6 +-
replay/replay-input.c | 117 ++++++------------
replay/replay.c | 2 +-
replay/stubs-system.c | 2 +-
tools/qemu-vnc/input.c | 9 +-
ui/console.c | 62 ++++++----
ui/dbus-console.c | 8 +-
ui/gtk.c | 50 ++++----
ui/input-barrier.c | 26 ++--
ui/input-keymap.c | 74 +++++------
ui/input-legacy.c | 47 +++----
ui/input-linux.c | 3 +-
ui/input.c | 214 ++++++++++++++------------------
ui/kbd-state.c | 61 +++++----
ui/keymaps.c | 4 +-
ui/sdl2-input.c | 17 +--
ui/spice-input.c | 3 +-
ui/vdagent.c | 20 ++-
ui/vnc.c | 25 ++--
ui/x_keymap.c | 24 ++--
hw/input/trace-events | 2 +-
tools/qemu-vnc/trace-events | 2 +-
ui/cocoa.m | 289 ++++++++++++++++++++++---------------------
ui/meson.build | 29 +++--
ui/trace-events | 5 +-
45 files changed, 980 insertions(+), 1085 deletions(-)