1. f7030d0 hw/input/lm832x: Convert reset handler to DeviceReset by Philippe Mathieu-Daudé · 5 years ago
  2. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  3. d5938f2 Clean up inclusion of sysemu/sysemu.h by Markus Armbruster · 6 years ago
  4. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  5. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  6. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  7. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  8. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  9. 372e458 stellaris_input: Fix vmstate description of buttons field by Peter Maydell · 6 years ago
  10. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  11. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  12. b92be8d hw/input: Add a CONFIG_PS2 switch for the ps2.c file by Thomas Huth · 6 years ago
  13. 503591c virtio-input: fix Kconfig dependency and Makefile by Gerd Hoffmann · 6 years ago
  14. 9c4d05b Add vhost-user-input-pci by Marc-André Lureau · 6 years ago
  15. a331dd0 hw/devices: Move TI touchscreen declarations into a new header by Philippe Mathieu-Daudé · 6 years ago
  16. 98fa332 hw/devices: Move Gamepad declarations into a new header by Philippe Mathieu-Daudé · 6 years ago
  17. dec9776 trace-events: Fix attribution of trace points to source by Markus Armbruster · 6 years ago
  18. 500016e trace-events: Shorten file names in comments by Markus Armbruster · 6 years ago
  19. 85bc585 audio: use qapi AudioFormat instead of audfmt_e by Kővágó, Zoltán · 6 years ago
  20. b42075b virtio: express virtio dependencies with Kconfig by Yang Zhong · 6 years ago
  21. 1550b0e i2c: express dependencies with Kconfig by Paolo Bonzini · 6 years ago
  22. a7e2315 isa: express dependencies with kconfig by Paolo Bonzini · 6 years ago
  23. e0e312f build: switch to Kconfig by Paolo Bonzini · 6 years ago
  24. 82f5181 kconfig: introduce kconfig files by Paolo Bonzini · 6 years ago
  25. 2ac4c5f i2c: have I2C receive operation return uint8_t by Corey Minyard · 6 years ago
  26. 65b182c pckbd: Convert DPRINTF->trace by Dr. David Alan Gilbert · 6 years ago
  27. e67e91b hw/input/tsc210x: Fix building with no verbosity by Philippe Mathieu-Daudé · 6 years ago
  28. cbe9ed7 hw: input: set category of the i8042 device by kumar sourav · 6 years ago
  29. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  30. fb06411 qmp hmp: Make system_wakeup check wake-up support and run state by Daniel Henrique Barboza · 6 years ago
  31. 988e501 input/pl050: Convert sysbus init function to realize function by Mao Zhongyi · 6 years ago
  32. f1e321a milkymist-softusb: Convert sysbus init function to realize function by Mao Zhongyi · 6 years ago
  33. d2e550a ps2kbd: default to scan enabled after reset by Hervé Poussineau · 6 years ago
  34. a1f2ed2 ps2: prevent changing irq state on save and load by Pavel Dovgalyuk · 7 years ago
  35. 349632a hw/input/tsc2005: Convert a fprintf() call to trace events by Philippe Mathieu-Daudé · 7 years ago
  36. 5611216 hw/input/tsc2005: Use qemu_log_mask(GUEST_ERROR) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
  37. c2e846b hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf by Philippe Mathieu-Daudé · 7 years ago
  38. e8729c1 Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request' into staging by Peter Maydell · 7 years ago
  39. b55a06d ps2: check PS2Queue wptr pointer in post_load routine by liujunjie · 7 years ago
  40. 84051eb adb: add property to disable direct reg 3 writes by Mark Cave-Ayland · 7 years ago
  41. fb6649f adb: fix read reg 3 byte ordering by Mark Cave-Ayland · 7 years ago
  42. 5876503 hw/input/pckbd: Convert away from old_mmio by Peter Maydell · 7 years ago
  43. b5dfdb0 hw: make virtio devices configurable via default-configs/ by Paolo Bonzini · 7 years ago
  44. c8c9e10 hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init by Philippe Mathieu-Daudé · 7 years ago
  45. 7abe7eb ps2: Fix mouse stream corruption due to lost data by Geoffrey McRae · 7 years ago
  46. 143c04c ps2: Clear the PS/2 queue and obey disable by Geoffrey McRae · 7 years ago
  47. 47973a2 hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h by Philippe Mathieu-Daudé · 7 years ago
  48. 9d9769c adb: add trace-events for monitoring keyboard/mouse during bus enumeration by Mark Cave-Ayland · 7 years ago
  49. bf85388 qdev: use device_class_set_parent_realize/unrealize/reset() by Philippe Mathieu-Daudé · 7 years ago
  50. 30d9fef Merge remote-tracking branch 'remotes/kraxel/tags/input-20180129-v2-pull-request' into staging by Peter Maydell · 7 years ago
  51. ae6b06a hw: convert virtio-input-hid device to keycodemapdb by Daniel P. Berrange · 7 years ago
  52. ab8f9d4 hw: convert ps2 device to keycodemapdb by Daniel P. Berrange · 7 years ago
  53. 802cbcb ps2: check PS2Queue pointers in post_load routine by Prasad J Pandit · 7 years ago
  54. a5f99be input: virtio: don't send mouse wheel event twice by Miika S · 7 years ago
  55. 2416760 input: add mouse side buttons to virtio input by Miika S · 7 years ago
  56. d0fcf3b input: add missing newline from trace-events by Mark Cave-Ayland · 7 years ago
  57. a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
  58. 77cb0f5 Split adb.c into adb.c, adb-mouse.c and adb-kbd.c by Laurent Vivier · 7 years ago
  59. 664b4be i386/pc: move vmmouse.c to hw/i386/ by Philippe Mathieu-Daudé · 7 years ago
  60. 44ae27d hw/input/vmmouse: remove unused #include by Philippe Mathieu-Daudé · 7 years ago
  61. d6e3f50 misc: avoid "include/" in include path by Philippe Mathieu-Daudé · 7 years ago
  62. 160997f hw/input/hid: Add support for several keys. by Tao Wu · 7 years ago
  63. 29fd23a ps2: fix scancodes sent for Ctrl+Pause key combination by Daniel P. Berrange · 7 years ago
  64. 927f042 ps2: fix scancodess sent for Pause key in AT set 1 by Daniel P. Berrange · 7 years ago
  65. 8f63458 ps2: fix scancodes sent for Shift/Ctrl+Print key combination by Daniel P. Berrange · 7 years ago
  66. 620775d ps2: fix scancodes sent for Alt-Print key combination (aka SysRq) by Daniel P. Berrange · 7 years ago
  67. 700c85c input: use hex in ps2 keycode trace events by Daniel P. Berrange · 7 years ago
  68. f492497 virtio-input: send rel-wheel events for wheel buttons by Gerd Hoffmann · 7 years ago
  69. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  70. 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 8 years ago
  71. 8908eb1 trace-events: fix code style: print 0x before hex numbers by Vladimir Sementsov-Ogievskiy · 8 years ago
  72. db73ee4 trace-events: fix code style: %# -> 0x% by Vladimir Sementsov-Ogievskiy · 8 years ago
  73. 87e0331 docs: fix broken paths to docs/devel/tracing.txt by Philippe Mathieu-Daudé · 8 years ago
  74. 103dce8 ui: drop ac_search and ac_stop by Gerd Hoffmann · 8 years ago
  75. 912092b ui: drop altgr and altgr_r QKeyCodes by Gerd Hoffmann · 8 years ago
  76. 0500cb1 ps2: enable multimedia keys by Gerd Hoffmann · 8 years ago
  77. 1cfe48c memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() by Peter Maydell · 8 years ago
  78. d2164ad vmstate: error hint for failed equal checks by Halil Pasic · 8 years ago
  79. 6e24ee0 ps2: reset queue in ps2_reset_keyboard by Gerd Hoffmann · 8 years ago
  80. 954ee55 ps2: add ps2_reset_queue by Gerd Hoffmann · 8 years ago
  81. 8498bb8 ps2: add and use PS2State typedef by Gerd Hoffmann · 8 years ago
  82. 51dbea7 hid: Reset kbd modifiers on reset by Alexander Graf · 8 years ago
  83. cf83f14 shutdown: Add source information to SHUTDOWN and RESET by Eric Blake · 8 years ago
  84. e90f2a8 qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable by Eduardo Habkost · 8 years ago
  85. 9cfa7ab ui: Support non-zero minimum values for absolute input axes by Philippe Voinov · 8 years ago
  86. 2222e0a input: Add trace event for empty keyboard queue by Alexander Graf · 8 years ago
  87. 5709454 virtio-input: fix eventq batching by Ladi Prosek · 8 years ago
  88. 0f5a15e virtio-input: free event queue when finalizing by Ladi Prosek · 8 years ago
  89. 4e9f524 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 8 years ago
  90. 7f4076c trace: clean up trace-events files by Stefan Hajnoczi · 8 years ago
  91. 8b0caab ps2: add support for mice with extra/side buttons by Fabian Lesniak · 8 years ago
  92. b44486d Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170110-1' into staging by Peter Maydell · 8 years ago
  93. e934644 ps2: Fix lost scancodes by recent changes by OGAWA Hirofumi · 8 years ago
  94. d307c28 i2c: Allow I2C devices to NAK start events by Corey Minyard · 8 years ago
  95. 86f3bf0 hw/input/hid: support alternative sysrq/break scancodes for gtk-vnc by Peter Korsgaard · 8 years ago
  96. a37eb9f adb: change handler only when recognized by Hervé Poussineau · 8 years ago
  97. 5705653 virtio: cleanup VMSTATE_VIRTIO_DEVICE by Halil Pasic · 8 years ago
  98. 73a1734 virtio-input: convert VMSTATE_VIRTIO_DEVICE by Halil Pasic · 8 years ago
  99. fa53b7f vmstateify tsc210x by Dr. David Alan Gilbert · 8 years ago
  100. a321bb5 vmstateify tsc2005 by Dr. David Alan Gilbert · 8 years ago