index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
input.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui/input: Constify QemuInputHandler structure
Philippe Mathieu-Daudé
2023-10-19
1
-2
/
+2
*
input: Allow to choose console with qemu_input_is_absolute
Akihiko Odaki
2023-10-03
1
-22
/
+7
*
ui: add helpers for virtio-multitouch events
Sergio Lopez
2023-05-28
1
-0
/
+36
*
ui: add the infrastructure to support MT events
Sergio Lopez
2023-05-28
1
-0
/
+6
*
ui: Simplify control flow in qemu_mouse_set()
Markus Armbruster
2023-01-19
1
-13
/
+11
*
ui: Split hmp_mouse_set() and move the HMP part to ui/
Markus Armbruster
2023-01-19
1
-8
/
+7
*
ui: Don't check for mode change after mouse_set error
Markus Armbruster
2023-01-19
1
-0
/
+1
*
qapi ui: Elide redundant has_FOO in generated C
Markus Armbruster
2022-12-14
1
-2
/
+2
*
Trivial: 3 char repeat typos
Dr. David Alan Gilbert
2022-06-28
1
-1
/
+1
*
qapi: Use QAPI_LIST_PREPEND() where possible
Eric Blake
2020-12-19
1
-9
/
+7
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...
Peter Maydell
2019-01-14
1
-37
/
+31
|
\
|
*
input: avoid malloc for mouse events
Gerd Hoffmann
2019-01-11
1
-37
/
+31
*
|
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
2019-01-11
1
-6
/
+8
|
/
*
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
Artem Pisarenko
2018-10-19
1
-2
/
+3
*
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...
Artem Pisarenko
2018-10-19
1
-4
/
+4
*
ui: fix virtual timers
Pavel Dovgalyuk
2018-10-02
1
-4
/
+4
*
Include less of the generated modular QAPI headers
Markus Armbruster
2018-03-02
1
-1
/
+1
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Include qapi/error.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+1
*
Drop superfluous includes of qapi-types.h and test-qapi-types.h
Markus Armbruster
2018-02-09
1
-1
/
+0
*
input: fix memory leak
linzhecheng
2018-01-12
1
-0
/
+2
*
ui: normalize the 'sysrq' key into the 'print' key
Daniel P. Berrange
2017-10-23
1
-0
/
+14
*
ui: use correct union field for key number
Daniel P. Berrange
2017-10-23
1
-1
/
+1
*
ui: don't export qemu_input_event_new_key
Daniel P. Berrange
2017-10-16
1
-1
/
+1
*
ui: convert key events to QKeyCodes immediately
Daniel P. Berrange
2017-10-16
1
-7
/
+17
*
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
Markus Armbruster
2017-09-04
1
-6
/
+6
*
input: Decrement queue count on kbd delay
Alexander Graf
2017-06-23
1
-0
/
+1
*
ui: Remove inclusion of "hw/qdev.h"
Thomas Huth
2017-06-21
1
-1
/
+0
*
ui: Support non-zero minimum values for absolute input axes
Philippe Voinov
2017-05-11
1
-9
/
+22
*
input: don't queue delay if paused
Marc-André Lureau
2017-05-03
1
-0
/
+4
*
input: limit kbd queue depth
Gerd Hoffmann
2017-05-03
1
-3
/
+11
*
qapi: Don't special-case simple union wrappers
Eric Blake
2016-03-18
1
-17
/
+17
*
qapi: Avoid use of 'data' member of QAPI unions
Eric Blake
2016-03-05
1
-1
/
+1
*
ui: Shorten references into InputEvent
Eric Blake
2016-03-05
1
-23
/
+31
*
qapi: promote input-send-event to stable
Gerd Hoffmann
2016-03-01
1
-3
/
+3
*
qapi: switch x-input-send-event from console to device+head
Gerd Hoffmann
2016-03-01
1
-5
/
+10
*
console: add & use qemu_console_lookup_by_device_name
Gerd Hoffmann
2016-03-01
1
-11
/
+4
*
ui: Clean up includes
Peter Maydell
2016-02-04
1
-0
/
+1
*
qapi: Don't let implicit enum MAX member collide
Eric Blake
2015-12-17
1
-3
/
+3
*
replay: recording of the user input
Pavel Dovgalyuk
2015-11-06
1
-8
/
+19
*
input: Convert to new qapi union layout
Eric Blake
2015-11-02
1
-42
/
+42
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+1
*
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
2015-06-22
1
-1
/
+2
*
hmp: Name HMP command handler functions hmp_COMMAND()
Markus Armbruster
2015-02-18
1
-1
/
+1
*
input: move input-send-event into experimental namespace
Gerd Hoffmann
2014-11-25
1
-2
/
+2
*
QMP/input-send-event: make console parameter optional
Amos Kong
2014-11-13
1
-6
/
+9
*
add input-send-event command
Marcelo Tosatti
2014-10-02
1
-0
/
+37
*
input: add support for kbd delays
Gerd Hoffmann
2014-06-04
1
-3
/
+105
*
input: bind devices and input routing
Gerd Hoffmann
2014-05-26
1
-3
/
+40
[next]