1. af0f07d hw/input: Constify VMState by Richard Henderson · 1 year, 2 months ago
  2. b1be65f ui/input: Constify QemuInputHandler structure by Philippe Mathieu-Daudé · 1 year, 4 months ago
  3. 92f4a21 ps2: Don't send key release event for Lang1, Lang2 keys by Ross Lagerwall · 2 years ago
  4. fc2fc3c hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase reset by Peter Maydell · 2 years, 3 months ago
  5. 2bb3f93 hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase reset by Peter Maydell · 2 years, 3 months ago
  6. 46e9783 ps2: remove unused legacy ps2_mouse_init() function by Mark Cave-Ayland · 2 years, 7 months ago
  7. 5e8312a ps2: remove unused legacy ps2_kbd_init() function by Mark Cave-Ayland · 2 years, 7 months ago
  8. 7227de9 ps2: remove update_irq() function and update_arg parameter by Mark Cave-Ayland · 2 years, 8 months ago
  9. 6beb79e ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2_lower_irq() by Mark Cave-Ayland · 2 years, 8 months ago
  10. 5cb6e55 ps2: introduce ps2_lower_irq() instead of calling update_irq() directly by Mark Cave-Ayland · 2 years, 8 months ago
  11. 892e9bb ps2: use ps2_raise_irq() instead of calling update_irq() directly by Mark Cave-Ayland · 2 years, 8 months ago
  12. 52b28f7 ps2: make ps2_raise_irq() function static by Mark Cave-Ayland · 2 years, 8 months ago
  13. 97259e7 ps2: don't use vmstate_register() in ps2_mouse_init() by Mark Cave-Ayland · 2 years, 8 months ago
  14. f055f50 ps2: don't use vmstate_register() in ps2_kbd_init() by Mark Cave-Ayland · 2 years, 8 months ago
  15. 4a68b48 ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handler by Mark Cave-Ayland · 2 years, 8 months ago
  16. ea247a0 ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handler by Mark Cave-Ayland · 2 years, 8 months ago
  17. a243ecf ps2: remove duplicate setting of scancode_set in ps2_kbd_init() by Mark Cave-Ayland · 2 years, 8 months ago
  18. 108cb22 ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_reset() by Mark Cave-Ayland · 2 years, 8 months ago
  19. 494145b ps2: introduce PS2DeviceClass by Mark Cave-Ayland · 2 years, 8 months ago
  20. 54334e7 ps2: improve function prototypes in ps2.c and ps2.h by Mark Cave-Ayland · 2 years, 8 months ago
  21. 0c235e3 ps2: move QOM type definitions from ps2.c to ps2.h by Mark Cave-Ayland · 2 years, 8 months ago
  22. 2d13540 ps2: QOMify PS2MouseState by Mark Cave-Ayland · 2 years, 8 months ago
  23. 8f84e53 ps2: QOMify PS2KbdState by Mark Cave-Ayland · 2 years, 8 months ago
  24. 64bbdd1 ps2: QOMify PS2State by Mark Cave-Ayland · 2 years, 8 months ago
  25. 545e5cf ps2: checkpatch fixes by Mark Cave-Ayland · 2 years, 8 months ago
  26. b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
  27. 64ebbb7 ps2: Initial horizontal scroll support by Dmitry Petrov · 3 years, 1 month ago
  28. 4e9bddc ps2: migration support for command reply queue by Volker Rümelin · 3 years, 7 months ago
  29. 9e24b2d ps2: use a separate keyboard command reply queue by Volker Rümelin · 3 years, 7 months ago
  30. 47db243 ps2: use the whole ps2 buffer but keep queue size by Volker Rümelin · 3 years, 7 months ago
  31. 96376ab hw/input/ps2: Use ps2_raise_irq() instead of open coding it by Philippe Mathieu-Daudé · 3 years, 9 months ago
  32. cec3252 ps2: don't deassert irq twice if queue is empty by Volker Rümelin · 3 years, 9 months ago
  33. 7704bb0 ps2: don't raise an interrupt if queue is full by Volker Rümelin · 3 years, 9 months ago
  34. 7696810 ps2: fix mouse stream corruption by Volker Rümelin · 3 years, 9 months ago
  35. 644f66b hw/input: expand trace info reported for ps2 device by Daniel P. Berrangé · 4 years ago
  36. 019294d hw/input/ps2.c: Remove remnants of printf debug by Peter Maydell · 4 years, 3 months ago
  37. 2a6505b hppa: add emulation of LASI PS2 controllers by Sven Schnelle · 5 years ago
  38. c56b620 ps2: accept 'Set Key Make and Break' commands by Sven Schnelle · 5 years ago
  39. 54d3123 sysemu: Split sysemu/runstate.h off sysemu/sysemu.h by Markus Armbruster · 6 years ago
  40. 650d103 Include hw/hw.h exactly where needed by Markus Armbruster · 6 years ago
  41. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  42. 71e8a91 Include sysemu/reset.h a lot less by Markus Armbruster · 6 years ago
  43. fb06411 qmp hmp: Make system_wakeup check wake-up support and run state by Daniel Henrique Barboza · 6 years ago
  44. d2e550a ps2kbd: default to scan enabled after reset by Hervé Poussineau · 6 years ago
  45. a1f2ed2 ps2: prevent changing irq state on save and load by Pavel Dovgalyuk · 7 years ago
  46. b55a06d ps2: check PS2Queue wptr pointer in post_load routine by liujunjie · 7 years ago
  47. 7abe7eb ps2: Fix mouse stream corruption due to lost data by Geoffrey McRae · 7 years ago
  48. 143c04c ps2: Clear the PS/2 queue and obey disable by Geoffrey McRae · 7 years ago
  49. ab8f9d4 hw: convert ps2 device to keycodemapdb by Daniel P. Berrange · 7 years ago
  50. 802cbcb ps2: check PS2Queue pointers in post_load routine by Prasad J Pandit · 7 years ago
  51. 29fd23a ps2: fix scancodes sent for Ctrl+Pause key combination by Daniel P. Berrange · 7 years ago
  52. 927f042 ps2: fix scancodess sent for Pause key in AT set 1 by Daniel P. Berrange · 7 years ago
  53. 8f63458 ps2: fix scancodes sent for Shift/Ctrl+Print key combination by Daniel P. Berrange · 7 years ago
  54. 620775d ps2: fix scancodes sent for Alt-Print key combination (aka SysRq) by Daniel P. Berrange · 7 years ago
  55. 44b1ff3 migration: pre_save return int by Dr. David Alan Gilbert · 7 years ago
  56. 103dce8 ui: drop ac_search and ac_stop by Gerd Hoffmann · 8 years ago
  57. 912092b ui: drop altgr and altgr_r QKeyCodes by Gerd Hoffmann · 8 years ago
  58. 0500cb1 ps2: enable multimedia keys by Gerd Hoffmann · 8 years ago
  59. 6e24ee0 ps2: reset queue in ps2_reset_keyboard by Gerd Hoffmann · 8 years ago
  60. 954ee55 ps2: add ps2_reset_queue by Gerd Hoffmann · 8 years ago
  61. 8498bb8 ps2: add and use PS2State typedef by Gerd Hoffmann · 8 years ago
  62. 8b0caab ps2: add support for mice with extra/side buttons by Fabian Lesniak · 8 years ago
  63. e934644 ps2: Fix lost scancodes by recent changes by OGAWA Hirofumi · 8 years ago
  64. ec044a8 ps2: do not generate invalid key codes for unknown keys by Hervé Poussineau · 8 years ago
  65. 8c10e0b ps2: use QEMU qcodes instead of scancodes by Hervé Poussineau · 8 years ago
  66. 57d5c00 ps2: allow keycode translation for all scancode sets by Hervé Poussineau · 8 years ago
  67. 4df23b6 ps2: correctly handle 'get/set scancode' command by Hervé Poussineau · 8 years ago
  68. 06b3611 ps2: reject unknown commands, instead of blindly accepting them by Hervé Poussineau · 8 years ago
  69. 089adaf ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET by Hervé Poussineau · 9 years ago
  70. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  71. b5a1b44 ui: Shorten references into InputEvent by Eric Blake · 9 years ago
  72. f22d0af qapi: rename input buttons by Gerd Hoffmann · 9 years ago
  73. 0430891 hw: Clean up includes by Peter Maydell · 9 years ago
  74. d20a580 qapi: Change munging of CamelCase enum values by Eric Blake · 9 years ago
  75. 7fb1cf1 qapi: Don't let implicit enum MAX member collide by Eric Blake · 9 years ago
  76. 568c73a input: Convert to new qapi union layout by Eric Blake · 9 years ago
  77. 5cd8cad migration: Use normal VMStateDescriptions for Subsections by Juan Quintela · 10 years ago
  78. 5edab03 Add trace to ps2.c. by Don Koch · 10 years ago
  79. d49805a savevm: Remove all the unneeded version_minimum_id_old (x86) by Juan Quintela · 11 years ago
  80. 2a766d2 input: switch ps/2 mouse to new input api by Gerd Hoffmann · 11 years ago
  81. 66e6536 input: switch ps/2 kbd to new input api by Gerd Hoffmann · 11 years ago
  82. 2858ab0 ps2: set ps/2 output buffer size as the same as kernel by Gonglei · 11 years ago
  83. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/ps2.c]
  84. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  85. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  86. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  87. 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
  88. 5cbdb3a Replace Qemu by QEMU in comments by Stefan Weil · 13 years ago
  89. fd214d1 suspend: make ps/2 devices wakeup the guest by Gerd Hoffmann · 13 years ago
  90. 7f540ab ps2: migrate ledstate by Christophe Fergeau · 13 years ago
  91. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  92. 7096a96 PS/2 keyboard Scancode Set 3 support by Roy Tam · 14 years ago
  93. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  94. 6937b37 kbd leds: ps/2 kbd by Gerd Hoffmann · 15 years ago
  95. 44a9935 Sparc64/x86: remove unneeded calls to device reset by Blue Swirl · 15 years ago
  96. db596c5 vmstate: remove ps2_kbd_load_old() by Juan Quintela · 15 years ago
  97. b31442c Port PS2 devices to VMState design by Juan Quintela · 16 years ago
  98. ef74679 Initialize PS2 keyboard / mouse state on reset by Dinesh Subhraveti · 16 years ago
  99. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  100. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago