aboutsummaryrefslogtreecommitdiff
path: root/hw/input/ps2.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29hw/input: Constify VMStateRichard Henderson1-7/+7
2023-10-19ui/input: Constify QemuInputHandler structurePhilippe Mathieu-Daudé1-2/+2
2023-03-14ps2: Don't send key release event for Lang1, Lang2 keysRoss Lagerwall1-0/+6
2022-12-16hw/input/ps2.c: Convert TYPE_PS2_{KBD, MOUSE}_DEVICE to 3-phase resetPeter Maydell1-11/+20
2022-12-16hw/input/ps2: Convert TYPE_PS2_DEVICE to 3-phase resetPeter Maydell1-3/+11
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland1-13/+0
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland1-13/+0
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland1-21/+4
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland1-2/+19
2022-06-26ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland1-2/+7
2022-06-26ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland1-1/+1
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland1-1/+1
2022-06-26ps2: don't use vmstate_register() in ps2_mouse_init()Mark Cave-Ayland1-1/+1
2022-06-26ps2: don't use vmstate_register() in ps2_kbd_init()Mark Cave-Ayland1-1/+1
2022-06-26ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handlerMark Cave-Ayland1-2/+6
2022-06-26ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handlerMark Cave-Ayland1-2/+7
2022-06-26ps2: remove duplicate setting of scancode_set in ps2_kbd_init()Mark Cave-Ayland1-1/+0
2022-06-26ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland1-13/+35
2022-06-26ps2: introduce PS2DeviceClassMark Cave-Ayland1-0/+1
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland1-13/+9
2022-06-26ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland1-55/+0
2022-06-26ps2: QOMify PS2MouseStateMark Cave-Ayland1-38/+60
2022-06-26ps2: QOMify PS2KbdStateMark Cave-Ayland1-39/+65
2022-06-26ps2: QOMify PS2StateMark Cave-Ayland1-0/+28
2022-06-26ps2: checkpatch fixesMark Cave-Ayland1-68/+86
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-01-13ps2: Initial horizontal scroll supportDmitry Petrov1-8/+49
2021-09-10ps2: migration support for command reply queueVolker Rümelin1-6/+34
2021-09-10ps2: use a separate keyboard command reply queueVolker Rümelin1-31/+84
2021-09-10ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin1-49/+20
2021-05-26hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé1-4/+4
2021-05-26ps2: don't deassert irq twice if queue is emptyVolker Rümelin1-1/+3
2021-05-26ps2: don't raise an interrupt if queue is fullVolker Rümelin1-0/+4
2021-05-26ps2: fix mouse stream corruptionVolker Rümelin1-1/+2
2021-05-26hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé1-1/+2
2020-11-17hw/input/ps2.c: Remove remnants of printf debugPeter Maydell1-9/+0
2020-01-27hppa: add emulation of LASI PS2 controllersSven Schnelle1-0/+5
2020-01-27ps2: accept 'Set Key Make and Break' commandsSven Schnelle1-0/+10
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2018-12-18qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza1-3/+3
2018-11-27ps2kbd: default to scan enabled after resetHervé Poussineau1-1/+1
2018-10-02ps2: prevent changing irq state on save and loadPavel Dovgalyuk1-2/+6
2018-06-18ps2: check PS2Queue wptr pointer in post_load routineliujunjie1-1/+1
2018-05-15ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae1-29/+95
2018-05-15ps2: Clear the PS/2 queue and obey disableGeoffrey McRae1-0/+11
2018-01-29hw: convert ps2 device to keycodemapdbDaniel P. Berrange1-399/+7
2018-01-29ps2: check PS2Queue pointers in post_load routinePrasad J Pandit1-12/+9