summaryrefslogtreecommitdiff
path: root/hw/input/ps2.c
AgeCommit message (Expand)Author
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin
2021-05-26ps2: don't raise an interrupt if queue is fullVolker Rümelin
2021-05-26ps2: fix mouse stream corruptionVolker Rümelin
2021-05-26hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé
2020-11-17hw/input/ps2.c: Remove remnants of printf debugPeter Maydell
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza
2018-11-27ps2kbd: default to scan enabled after resetHervé Poussineau
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk
2018-06-18ps2: check PS2Queue wptr pointer in post_load routineliujunjie
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange
2018-01-29ps2: check PS2Queue pointers in post_load routinePrasad J Pandit
2017-10-23ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange
2017-10-23ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange
2017-10-23ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-07-28ui: drop ac_search and ac_stopGerd Hoffmann
2017-07-27ui: drop altgr and altgr_r QKeyCodesGerd Hoffmann
2017-07-27ps2: enable multimedia keysGerd Hoffmann
2017-06-23ps2: reset queue in ps2_reset_keyboardGerd Hoffmann
2017-06-23ps2: add ps2_reset_queueGerd Hoffmann
2017-06-23ps2: add and use PS2State typedefGerd Hoffmann
2017-01-31ps2: add support for mice with extra/side buttonsFabian Lesniak
2017-01-10ps2: Fix lost scancodes by recent changesOGAWA Hirofumi
2016-09-28ps2: do not generate invalid key codes for unknown keysHervé Poussineau
2016-09-28ps2: use QEMU qcodes instead of scancodesHervé Poussineau
2016-09-28ps2: allow keycode translation for all scancode setsHervé Poussineau
2016-09-28ps2: correctly handle 'get/set scancode' commandHervé Poussineau
2016-09-28ps2: reject unknown commands, instead of blindly accepting themHervé Poussineau
2016-04-08ps2kbd: default to scancode_set 2, as with KBD_CMD_RESETHervé Poussineau
2016-03-18qapi: Don't special-case simple union wrappersEric Blake
2016-03-05ui: Shorten references into InputEventEric Blake
2016-03-01qapi: rename input buttonsGerd Hoffmann
2016-01-29hw: Clean up includesPeter Maydell
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake
2015-11-02input: Convert to new qapi union layoutEric Blake
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-02-10Add trace to ps2.c.Don Koch
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-05-16input: switch ps/2 mouse to new input apiGerd Hoffmann