Sign in
qemu
/
qemu
/
553cf5d7c47bee05a3dec9461c1f8430316d516b
/
ui
/
input.c
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
4fbfedd
Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request' into staging
by Peter Maydell
· 6 years ago
f481ee2
qemu/queue.h: typedef QTAILQ heads
by Paolo Bonzini
· 6 years ago
7a1b46e
input: avoid malloc for mouse events
by Gerd Hoffmann
· 6 years ago
e81f867
qemu-timer: avoid checkpoints for virtual clock timers in external subsystems
by Artem Pisarenko
· 6 years ago
05ff8dc
Revert some patches from recent [PATCH v6] "Fixing record/replay and adding reverse debugging"
by Artem Pisarenko
· 6 years ago
9888091
ui: fix virtual timers
by Pavel Dovgalyuk
· 6 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
522ece3
Drop superfluous includes of qapi-types.h and test-qapi-types.h
by Markus Armbruster
· 7 years ago
fca4774
input: fix memory leak
by linzhecheng
· 7 years ago
80b857f
ui: normalize the 'sysrq' key into the 'print' key
by Daniel P. Berrange
· 7 years ago
237925b
ui: use correct union field for key number
by Daniel P. Berrange
· 7 years ago
3ad35e7
ui: don't export qemu_input_event_new_key
by Daniel P. Berrange
· 7 years ago
af07e5f
ui: convert key events to QKeyCodes immediately
by Daniel P. Berrange
· 7 years ago
977c736
qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)
by Markus Armbruster
· 7 years ago
77b0359
input: Decrement queue count on kbd delay
by Alexander Graf
· 7 years ago
95e9200
ui: Remove inclusion of "hw/qdev.h"
by Thomas Huth
· 7 years ago
9cfa7ab
ui: Support non-zero minimum values for absolute input axes
by Philippe Voinov
· 8 years ago
05c6638
input: don't queue delay if paused
by Marc-André Lureau
· 8 years ago
fa18f36
input: limit kbd queue depth
by Gerd Hoffmann
· 8 years ago
32bafa8
qapi: Don't special-case simple union wrappers
by Eric Blake
· 9 years ago
10f7590
qapi: Avoid use of 'data' member of QAPI unions
by Eric Blake
· 9 years ago
b5a1b44
ui: Shorten references into InputEvent
by Eric Blake
· 9 years ago
6575ccd
qapi: promote input-send-event to stable
by Gerd Hoffmann
· 9 years ago
b98d26e
qapi: switch x-input-send-event from console to device+head
by Gerd Hoffmann
· 9 years ago
f2c1d54
console: add & use qemu_console_lookup_by_device_name
by Gerd Hoffmann
· 9 years ago
e16f4c8
ui: Clean up includes
by Peter Maydell
· 9 years ago
7fb1cf1
qapi: Don't let implicit enum MAX member collide
by Eric Blake
· 9 years ago
ee31299
replay: recording of the user input
by Pavel Dovgalyuk
· 9 years ago
568c73a
input: Convert to new qapi union layout
by Eric Blake
· 9 years ago
d49b683
qerror: Move #include out of qerror.h
by Markus Armbruster
· 10 years ago
75158eb
qerror: Eliminate QERR_DEVICE_NOT_FOUND
by Markus Armbruster
· 10 years ago
3e5a50d
hmp: Name HMP command handler functions hmp_COMMAND()
by Markus Armbruster
· 10 years ago
df5b2ad
input: move input-send-event into experimental namespace
by Gerd Hoffmann
· 10 years ago
51fc447
QMP/input-send-event: make console parameter optional
by Amos Kong
· 10 years ago
50c6617
add input-send-event command
by Marcelo Tosatti
· 10 years ago
be1a717
input: add support for kbd delays
by Gerd Hoffmann
· 11 years ago
6f5943c
input: bind devices and input routing
by Gerd Hoffmann
· 11 years ago
2386a90
input: add name to input_event_key_number
by Gerd Hoffmann
· 11 years ago
528728f
input: add qemu_input_handler_deactivate
by Gerd Hoffmann
· 11 years ago
bdcc3a2
input: add sanity check
by Gerd Hoffmann
· 11 years ago
0419f78
input: mouse_set should check input device type.
by Hani Benhabiles
· 11 years ago
70b52f6
input: move do_mouse_set to new core
by Gerd Hoffmann
· 11 years ago
e842c68
input: move qmp_query_mice to new core
by Gerd Hoffmann
· 11 years ago
a8dfb1c
input: add input_mouse_mode tracepoint
by Gerd Hoffmann
· 11 years ago
4a33f45
input: move mouse mode notifier to new core
by Gerd Hoffmann
· 11 years ago
c43ce55
input: trace events
by Gerd Hoffmann
· 11 years ago
502c8db
input: mouse: add qemu_input_is_absolute()
by Gerd Hoffmann
· 11 years ago
d353543
input: mouse: add graphic_rotate support
by Gerd Hoffmann
· 11 years ago
4357940
input: mouse: add helpers functions to core
by Gerd Hoffmann
· 11 years ago
6567147
input: keyboard: add helper functions to core
by Gerd Hoffmann
· 11 years ago
c8b405b
input: add core bits of the new input layer
by Gerd Hoffmann
· 11 years ago
7ad95ff
input: rename file to legacy
by Gerd Hoffmann
· 11 years ago
4282c82
Don't crash on keyboard input with no handler
by Don Koch
· 11 years ago
bc72ad6
aio / timers: Switch entire codebase to the new timer API
by Alex Bligh
· 11 years ago
b2d1674
ui/input.c: replace magic numbers with macros
by Amos Kong
· 12 years ago
5a37532
input: introduce keyboard handler list
by Gerd Hoffmann
· 12 years ago
72711ef
input: make QEMUPutLEDEntry + QEMUPutMouseEntry private
by Gerd Hoffmann
· 12 years ago
153d02e
monitor: fix the wrong order of releasing keys
by Amos Kong
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
83c9089
monitor: move include files to include/monitor/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
28ecbae
ui: move files to ui/ and include/ui/
by Paolo Bonzini
· 12 years ago
[Renamed (99%) from input.c]
7fa22f2
net: do not include net.h everywhere
by Paolo Bonzini
· 12 years ago
9d537c9
input: index_from_key(): drop unused code
by Luiz Capitulino
· 12 years ago
9f32897
qmp: qmp_send_key(): accept key codes in hex
by Luiz Capitulino
· 12 years ago
05a3543
input: qmp_send_key(): simplify
by Luiz Capitulino
· 12 years ago
e4c8f00
qapi: convert sendkey
by Amos Kong
· 12 years ago
1048c88
monitor: move key_defs[] table and introduce two help functions
by Amos Kong
· 12 years ago
ad02b96
runstate: introduce suspended state
by Luiz Capitulino
· 13 years ago
99c7f87
input: send kbd+mouse events only to running guests.
by Gerd Hoffmann
· 13 years ago
3155252
notifier: switch to QLIST
by Paolo Bonzini
· 13 years ago
e235cec
qapi: Convert query-mice
by Luiz Capitulino
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
9e8dd45
notifier: Pass data argument to callback
by Jan Kiszka
· 13 years ago
9312805
pxa2xx_lcd: add proper rotation support
by Vasily Khoruzhick
· 14 years ago
9769737
event: trivial coding style fixes
by Brad Hards
· 14 years ago
46aaebf
un-register kbd driver in case of USB kbd unplug.
by Jes Sorensen
· 15 years ago
637503d
Monitor: Drop QMP documentation from code
by Luiz Capitulino
· 15 years ago
1aaee43
Expose whether a mouse is an absolute device via QMP and the human monitor.
by Anthony Liguori
· 15 years ago
7e581fb
Add notifier for mouse mode changes
by Anthony Liguori
· 15 years ago
eb2e259
Add kbd_mouse_has_absolute()
by Anthony Liguori
· 15 years ago
6fef28e
Rewrite mouse handlers to use QTAILQ and to have an activation function
by Anthony Liguori
· 15 years ago
03a23a8
kbd leds: infrastructure
by Gerd Hoffmann
· 15 years ago
8f0056b
move kbd/mouse handling to input.c
by Paolo Bonzini
· 15 years ago