1. 3e5a50d hmp: Name HMP command handler functions hmp_COMMAND() by Markus Armbruster · 10 years ago
  2. df5b2ad input: move input-send-event into experimental namespace by Gerd Hoffmann · 10 years ago
  3. 51fc447 QMP/input-send-event: make console parameter optional by Amos Kong · 10 years ago
  4. 50c6617 add input-send-event command by Marcelo Tosatti · 10 years ago
  5. be1a717 input: add support for kbd delays by Gerd Hoffmann · 11 years ago
  6. 6f5943c input: bind devices and input routing by Gerd Hoffmann · 11 years ago
  7. 2386a90 input: add name to input_event_key_number by Gerd Hoffmann · 11 years ago
  8. 528728f input: add qemu_input_handler_deactivate by Gerd Hoffmann · 11 years ago
  9. bdcc3a2 input: add sanity check by Gerd Hoffmann · 11 years ago
  10. 0419f78 input: mouse_set should check input device type. by Hani Benhabiles · 11 years ago
  11. 70b52f6 input: move do_mouse_set to new core by Gerd Hoffmann · 11 years ago
  12. e842c68 input: move qmp_query_mice to new core by Gerd Hoffmann · 11 years ago
  13. a8dfb1c input: add input_mouse_mode tracepoint by Gerd Hoffmann · 11 years ago
  14. 4a33f45 input: move mouse mode notifier to new core by Gerd Hoffmann · 11 years ago
  15. c43ce55 input: trace events by Gerd Hoffmann · 11 years ago
  16. 502c8db input: mouse: add qemu_input_is_absolute() by Gerd Hoffmann · 11 years ago
  17. d353543 input: mouse: add graphic_rotate support by Gerd Hoffmann · 11 years ago
  18. 4357940 input: mouse: add helpers functions to core by Gerd Hoffmann · 11 years ago
  19. 6567147 input: keyboard: add helper functions to core by Gerd Hoffmann · 11 years ago
  20. c8b405b input: add core bits of the new input layer by Gerd Hoffmann · 11 years ago
  21. 7ad95ff input: rename file to legacy by Gerd Hoffmann · 11 years ago
  22. 4282c82 Don't crash on keyboard input with no handler by Don Koch · 11 years ago
  23. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  24. b2d1674 ui/input.c: replace magic numbers with macros by Amos Kong · 12 years ago
  25. 5a37532 input: introduce keyboard handler list by Gerd Hoffmann · 12 years ago
  26. 72711ef input: make QEMUPutLEDEntry + QEMUPutMouseEntry private by Gerd Hoffmann · 12 years ago
  27. 153d02e monitor: fix the wrong order of releasing keys by Amos Kong · 12 years ago
  28. 312fd5f error: Strip trailing '\n' from error string arguments (again) by Markus Armbruster · 12 years ago
  29. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  30. 83c9089 monitor: move include files to include/monitor/ by Paolo Bonzini · 12 years ago
  31. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  32. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago[Renamed (99%) from input.c]
  33. 7fa22f2 net: do not include net.h everywhere by Paolo Bonzini · 12 years ago
  34. 9d537c9 input: index_from_key(): drop unused code by Luiz Capitulino · 12 years ago
  35. 9f32897 qmp: qmp_send_key(): accept key codes in hex by Luiz Capitulino · 12 years ago
  36. 05a3543 input: qmp_send_key(): simplify by Luiz Capitulino · 12 years ago
  37. e4c8f00 qapi: convert sendkey by Amos Kong · 12 years ago
  38. 1048c88 monitor: move key_defs[] table and introduce two help functions by Amos Kong · 12 years ago
  39. ad02b96 runstate: introduce suspended state by Luiz Capitulino · 13 years ago
  40. 99c7f87 input: send kbd+mouse events only to running guests. by Gerd Hoffmann · 13 years ago
  41. 3155252 notifier: switch to QLIST by Paolo Bonzini · 13 years ago
  42. e235cec qapi: Convert query-mice by Luiz Capitulino · 13 years ago
  43. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  44. 9e8dd45 notifier: Pass data argument to callback by Jan Kiszka · 14 years ago
  45. 9312805 pxa2xx_lcd: add proper rotation support by Vasily Khoruzhick · 14 years ago
  46. 9769737 event: trivial coding style fixes by Brad Hards · 14 years ago
  47. 46aaebf un-register kbd driver in case of USB kbd unplug. by Jes Sorensen · 15 years ago
  48. 637503d Monitor: Drop QMP documentation from code by Luiz Capitulino · 15 years ago
  49. 1aaee43 Expose whether a mouse is an absolute device via QMP and the human monitor. by Anthony Liguori · 15 years ago
  50. 7e581fb Add notifier for mouse mode changes by Anthony Liguori · 15 years ago
  51. eb2e259 Add kbd_mouse_has_absolute() by Anthony Liguori · 15 years ago
  52. 6fef28e Rewrite mouse handlers to use QTAILQ and to have an activation function by Anthony Liguori · 15 years ago
  53. 03a23a8 kbd leds: infrastructure by Gerd Hoffmann · 15 years ago
  54. 8f0056b move kbd/mouse handling to input.c by Paolo Bonzini · 15 years ago