Age | Commit message (Expand) | Author | Files | Lines |
2021-09-10 | ps2: migration support for command reply queue | Volker Rümelin | 1 | -6/+34 |
2021-09-10 | ps2: use a separate keyboard command reply queue | Volker Rümelin | 1 | -31/+84 |
2021-09-10 | ps2: use the whole ps2 buffer but keep queue size | Volker Rümelin | 1 | -49/+20 |
2021-05-26 | hw/input/ps2: Use ps2_raise_irq() instead of open coding it | Philippe Mathieu-Daudé | 1 | -4/+4 |
2021-05-26 | ps2: don't deassert irq twice if queue is empty | Volker Rümelin | 1 | -1/+3 |
2021-05-26 | ps2: don't raise an interrupt if queue is full | Volker Rümelin | 1 | -0/+4 |
2021-05-26 | ps2: fix mouse stream corruption | Volker Rümelin | 1 | -1/+2 |
2021-05-26 | hw/input: expand trace info reported for ps2 device | Daniel P. Berrangé | 1 | -1/+2 |
2020-11-17 | hw/input/ps2.c: Remove remnants of printf debug | Peter Maydell | 1 | -9/+0 |
2020-01-27 | hppa: add emulation of LASI PS2 controllers | Sven Schnelle | 1 | -0/+5 |
2020-01-27 | ps2: accept 'Set Key Make and Break' commands | Sven Schnelle | 1 | -0/+10 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+2 |
2018-12-18 | qmp hmp: Make system_wakeup check wake-up support and run state | Daniel Henrique Barboza | 1 | -3/+3 |
2018-11-27 | ps2kbd: default to scan enabled after reset | Hervé Poussineau | 1 | -1/+1 |
2018-10-02 | ps2: prevent changing irq state on save and load | Pavel Dovgalyuk | 1 | -2/+6 |
2018-06-18 | ps2: check PS2Queue wptr pointer in post_load routine | liujunjie | 1 | -1/+1 |
2018-05-15 | ps2: Fix mouse stream corruption due to lost data | Geoffrey McRae | 1 | -29/+95 |
2018-05-15 | ps2: Clear the PS/2 queue and obey disable | Geoffrey McRae | 1 | -0/+11 |
2018-01-29 | hw: convert ps2 device to keycodemapdb | Daniel P. Berrange | 1 | -399/+7 |
2018-01-29 | ps2: check PS2Queue pointers in post_load routine | Prasad J Pandit | 1 | -12/+9 |
2017-10-23 | ps2: fix scancodes sent for Ctrl+Pause key combination | Daniel P. Berrange | 1 | -16/+35 |
2017-10-23 | ps2: fix scancodess sent for Pause key in AT set 1 | Daniel P. Berrange | 1 | -1/+1 |
2017-10-23 | ps2: fix scancodes sent for Shift/Ctrl+Print key combination | Daniel P. Berrange | 1 | -0/+19 |
2017-10-23 | ps2: fix scancodes sent for Alt-Print key combination (aka SysRq) | Daniel P. Berrange | 1 | -20/+117 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -2/+6 |
2017-07-28 | ui: drop ac_search and ac_stop | Gerd Hoffmann | 1 | -4/+4 |
2017-07-27 | ui: drop altgr and altgr_r QKeyCodes | Gerd Hoffmann | 1 | -2/+0 |
2017-07-27 | ps2: enable multimedia keys | Gerd Hoffmann | 1 | -4/+0 |
2017-06-23 | ps2: reset queue in ps2_reset_keyboard | Gerd Hoffmann | 1 | -0/+1 |
2017-06-23 | ps2: add ps2_reset_queue | Gerd Hoffmann | 1 | -5/+10 |
2017-06-23 | ps2: add and use PS2State typedef | Gerd Hoffmann | 1 | -7/+5 |
2017-01-31 | ps2: add support for mice with extra/side buttons | Fabian Lesniak | 1 | -3/+5 |
2017-01-10 | ps2: Fix lost scancodes by recent changes | OGAWA Hirofumi | 1 | -0/+10 |
2016-09-28 | ps2: do not generate invalid key codes for unknown keys | Hervé Poussineau | 1 | -13/+7 |
2016-09-28 | ps2: use QEMU qcodes instead of scancodes | Hervé Poussineau | 1 | -48/+485 |
2016-09-28 | ps2: allow keycode translation for all scancode sets | Hervé Poussineau | 1 | -26/+97 |
2016-09-28 | ps2: correctly handle 'get/set scancode' command | Hervé Poussineau | 1 | -3/+5 |
2016-09-28 | ps2: reject unknown commands, instead of blindly accepting them | Hervé Poussineau | 1 | -1/+1 |
2016-04-08 | ps2kbd: default to scancode_set 2, as with KBD_CMD_RESET | Hervé Poussineau | 1 | -1/+1 |
2016-03-18 | qapi: Don't special-case simple union wrappers | Eric Blake | 1 | -3/+3 |
2016-03-05 | ui: Shorten references into InputEvent | Eric Blake | 1 | -11/+16 |
2016-03-01 | qapi: rename input buttons | Gerd Hoffmann | 1 | -2/+2 |
2016-01-29 | hw: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | qapi: Change munging of CamelCase enum values | Eric Blake | 1 | -2/+2 |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake | 1 | -1/+1 |
2015-11-02 | input: Convert to new qapi union layout | Eric Blake | 1 | -12/+12 |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela | 1 | -7/+4 |