summaryrefslogtreecommitdiffstats
path: root/ui/input.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial: 3 char repeat typosDr. David Alan Gilbert2022-06-281-1/+1
* qapi: Use QAPI_LIST_PREPEND() where possibleEric Blake2020-12-191-9/+7Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/input-20190111-pull-request...Peter Maydell2019-01-141-37/+31Star
|\
| * input: avoid malloc for mouse eventsGerd Hoffmann2019-01-111-37/+31Star
* | qemu/queue.h: typedef QTAILQ headsPaolo Bonzini2019-01-111-6/+8
|/
* qemu-timer: avoid checkpoints for virtual clock timers in external subsystemsArtem Pisarenko2018-10-191-2/+3
* Revert some patches from recent [PATCH v6] "Fixing record/replay and adding r...Artem Pisarenko2018-10-191-4/+4
* ui: fix virtual timersPavel Dovgalyuk2018-10-021-4/+4
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-091-1/+0Star
* input: fix memory leaklinzhecheng2018-01-121-0/+2
* ui: normalize the 'sysrq' key into the 'print' keyDaniel P. Berrange2017-10-231-0/+14
* ui: use correct union field for key numberDaniel P. Berrange2017-10-231-1/+1
* ui: don't export qemu_input_event_new_keyDaniel P. Berrange2017-10-161-1/+1
* ui: convert key events to QKeyCodes immediatelyDaniel P. Berrange2017-10-161-7/+17
* qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster2017-09-041-6/+6
* input: Decrement queue count on kbd delayAlexander Graf2017-06-231-0/+1
* ui: Remove inclusion of "hw/qdev.h"Thomas Huth2017-06-211-1/+0Star
* ui: Support non-zero minimum values for absolute input axesPhilippe Voinov2017-05-111-9/+22
* input: don't queue delay if pausedMarc-André Lureau2017-05-031-0/+4
* input: limit kbd queue depthGerd Hoffmann2017-05-031-3/+11
* qapi: Don't special-case simple union wrappersEric Blake2016-03-181-17/+17
* qapi: Avoid use of 'data' member of QAPI unionsEric Blake2016-03-051-1/+1
* ui: Shorten references into InputEventEric Blake2016-03-051-23/+31
* qapi: promote input-send-event to stableGerd Hoffmann2016-03-011-3/+3
* qapi: switch x-input-send-event from console to device+headGerd Hoffmann2016-03-011-5/+10
* console: add & use qemu_console_lookup_by_device_nameGerd Hoffmann2016-03-011-11/+4Star
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-3/+3
* replay: recording of the user inputPavel Dovgalyuk2015-11-061-8/+19
* input: Convert to new qapi union layoutEric Blake2015-11-021-42/+42
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* qerror: Eliminate QERR_DEVICE_NOT_FOUNDMarkus Armbruster2015-06-221-1/+2
* hmp: Name HMP command handler functions hmp_COMMAND()Markus Armbruster2015-02-181-1/+1
* input: move input-send-event into experimental namespaceGerd Hoffmann2014-11-251-2/+2
* QMP/input-send-event: make console parameter optionalAmos Kong2014-11-131-6/+9
* add input-send-event commandMarcelo Tosatti2014-10-021-0/+37
* input: add support for kbd delaysGerd Hoffmann2014-06-041-3/+105
* input: bind devices and input routingGerd Hoffmann2014-05-261-3/+40
* input: add name to input_event_key_numberGerd Hoffmann2014-05-261-2/+4
* input: add qemu_input_handler_deactivateGerd Hoffmann2014-05-161-0/+7
* input: add sanity checkGerd Hoffmann2014-04-011-0/+3
* input: mouse_set should check input device type.Hani Benhabiles2014-04-011-5/+11
* input: move do_mouse_set to new coreGerd Hoffmann2014-03-051-0/+21
* input: move qmp_query_mice to new coreGerd Hoffmann2014-03-051-0/+29
* input: add input_mouse_mode tracepointGerd Hoffmann2014-03-051-0/+1
* input: move mouse mode notifier to new coreGerd Hoffmann2014-03-051-0/+30