COMMITS
/ ui/input.c May 26, 2023
S
ui: add helpers for virtio-multitouch events
Sergio Lopez committed
S
ui: add the infrastructure to support MT events
Sergio Lopez committed
January 9, 2023
M
ui: Simplify control flow in qemu_mouse_set()
Markus Armbruster committed
M
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster committed
M
ui: Don't check for mode change after mouse_set error
Markus Armbruster committed
November 4, 2022
M
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster committed
June 14, 2022
D
Trivial: 3 char repeat typos
Dr. David Alan Gilbert committed
November 13, 2020
E
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake committed
August 12, 2019
M
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster committed
January 14, 2019
P
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request' into staging
Peter Maydell committed
December 6, 2018
P
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini committed
December 10, 2018
G
input: avoid malloc for mouse events
Gerd Hoffmann committed
October 17, 2018
A
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
Artem Pisarenko committed
A
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding reverse debugging"
Artem Pisarenko committed
September 12, 2018
P
ui: fix virtual timers
Pavel Dovgalyuk committed
February 11, 2018
M
Include less of the generated modular QAPI headers
Markus Armbruster committed
February 1, 2018
M
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster committed
M
Include qapi/error.h exactly where needed
Markus Armbruster committed
M
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster committed
December 25, 2017
L
input: fix memory leak
linzhecheng committed
October 19, 2017
D
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange committed
D
ui: use correct union field for key number
Daniel P. Berrange committed
September 29, 2017
D
ui: don't export qemu_input_event_new_key
Daniel P. Berrange committed
D
ui: convert key events to QKeyCodes immediately
Daniel P. Berrange committed
August 24, 2017
M
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster committed
June 22, 2017
A
input: Decrement queue count on kbd delay
Alexander Graf committed
June 19, 2017
T
ui: Remove inclusion of "hw/qdev.h"
Thomas Huth committed
May 5, 2017
P
ui: Support non-zero minimum values for absolute input axes
Philippe Voinov committed
April 25, 2017
M
input: don't queue delay if paused
Marc-André Lureau committed
April 28, 2017
G
input: limit kbd queue depth
Gerd Hoffmann committed
March 17, 2016
E
qapi: Don't special-case simple union wrappers
Eric Blake committed
March 3, 2016
E
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake committed
E
ui: Shorten references into InputEvent
Eric Blake committed
January 12, 2016
G
qapi: promote input-send-event to stable
Gerd Hoffmann committed
G
qapi: switch x-input-send-event from console to device+head
Gerd Hoffmann committed
G
console: add & use qemu_console_lookup_by_device_name
Gerd Hoffmann committed
January 29, 2016
P
ui: Clean up includes
Peter Maydell committed
November 18, 2015
E
qapi: Don't let implicit enum MAX member collide
Eric Blake committed
September 17, 2015
P
replay: recording of the user input
Pavel Dovgalyuk committed
October 26, 2015
E
input: Convert to new qapi union layout
Eric Blake committed
March 17, 2015
M
qerror: Move #include out of qerror.h
Markus Armbruster committed
March 16, 2015
M
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster committed
February 6, 2015
M
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster committed
November 25, 2014
G
input: move input-send-event into experimental namespace
Gerd Hoffmann committed
November 7, 2014
A
QMP/input-send-event: make console parameter optional
Amos Kong committed
September 30, 2014
M
add input-send-event command
Marcelo Tosatti committed
May 28, 2014
G
input: add support for kbd delays
Gerd Hoffmann committed
May 19, 2014
G
input: bind devices and input routing
Gerd Hoffmann committed
May 21, 2014
G
input: add name to input_event_key_number
Gerd Hoffmann committed
March 15, 2014
G
input: add qemu_input_handler_deactivate
Gerd Hoffmann committed