index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-11.1
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-11.1
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ui
/
input.c
Age
Commit message (
Expand
)
Author
2026-06-17
ui/input: Have qemu_input_is_absolute() take a const QemuConsole
Philippe Mathieu-Daudé
2026-06-17
ui/input: remove old LED handler broadcast queue
Marc-André Lureau
2026-06-17
ui/input: add LED state tracking to QemuInputHandlerState
Marc-André Lureau
2026-06-17
ui/input: remove double-notification on qemu_mouse_set()
Marc-André Lureau
2026-06-17
ui: move LED and key utilities to input.c, delete input-legacy.c
Marc-André Lureau
2026-05-25
ui/input: Remove unused QKeyCode helpers and keymaps
Akihiko Odaki
2026-05-25
ui/input: Prohibit sending KEY_RESERVED
Akihiko Odaki
2026-05-25
ui/input: Use Linux key codes for internal key events
Akihiko Odaki
2026-05-25
ui/input: Store QKeyCode directly in QemuInputKeyEvent
Akihiko Odaki
2026-05-25
ui/input: Remove QAPI wrappers from QemuInputEvent
Akihiko Odaki
2026-05-25
ui/input: Introduce QemuInputEvent typedef
Akihiko Odaki
2026-05-09
ui/input: do not assert() when tracing invalid input
Marc-André Lureau
2026-04-28
ui/console: move console_handle_touch_event() to input
Marc-André Lureau
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-10-15
vl.c: Remove pxa2xx-specific -portrait and -rotate options
Peter Maydell
2023-10-19
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
2023-10-03
input: Allow to choose console with qemu_input_is_absolute
Akihiko Odaki
2023-05-28
ui: add helpers for virtio-multitouch events
Sergio Lopez
2023-05-28
ui: add the infrastructure to support MT events
Sergio Lopez
2023-01-19
ui: Simplify control flow in qemu_mouse_set()
Markus Armbruster
2023-01-19
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
2023-01-19
ui: Don't check for mode change after mouse_set error
Markus Armbruster
2022-12-14
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
2022-06-28
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2020-12-19
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-01-14
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...
Peter Maydell
2019-01-11
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
2019-01-11
input: avoid malloc for mouse events
Gerd Hoffmann
2018-10-19
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
Artem Pisarenko
2018-10-19
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...
Artem Pisarenko
2018-10-02
ui: fix virtual timers
Pavel Dovgalyuk
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2018-01-12
input: fix memory leak
linzhecheng
2017-10-23
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange
2017-10-23
ui: use correct union field for key number
Daniel P. Berrange
2017-10-16
ui: don't export qemu_input_event_new_key
Daniel P. Berrange
2017-10-16
ui: convert key events to QKeyCodes immediately
Daniel P. Berrange
2017-09-04
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-06-23
input: Decrement queue count on kbd delay
Alexander Graf
2017-06-21
ui: Remove inclusion of "hw/qdev.h"
Thomas Huth
2017-05-11
ui: Support non-zero minimum values for absolute input axes
Philippe Voinov
2017-05-03
input: don't queue delay if paused
Marc-André Lureau
2017-05-03
input: limit kbd queue depth
Gerd Hoffmann
2016-03-18
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-05
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2016-03-05
ui: Shorten references into InputEvent
Eric Blake
[next]