summaryrefslogtreecommitdiffstats
path: root/hw/input/ps2.c
Commit message (Expand)AuthorAgeFilesLines
* ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-13/+0Star
* ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-13/+0Star
* ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland2022-06-261-21/+4Star
* ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland2022-06-261-2/+19
* ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland2022-06-261-2/+7
* ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland2022-06-261-1/+1
* ps2: make ps2_raise_irq() function staticMark Cave-Ayland2022-06-261-1/+1
* ps2: don't use vmstate_register() in ps2_mouse_init()Mark Cave-Ayland2022-06-261-1/+1
* ps2: don't use vmstate_register() in ps2_kbd_init()Mark Cave-Ayland2022-06-261-1/+1
* ps2: implement ps2_mouse_realize() and use it to register ps2_mouse_handlerMark Cave-Ayland2022-06-261-2/+6
* ps2: implement ps2_kbd_realize() and use it to register ps2_keyboard_handlerMark Cave-Ayland2022-06-261-2/+7
* ps2: remove duplicate setting of scancode_set in ps2_kbd_init()Mark Cave-Ayland2022-06-261-1/+0Star
* ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland2022-06-261-13/+35
* ps2: introduce PS2DeviceClassMark Cave-Ayland2022-06-261-0/+1
* ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland2022-06-261-13/+9Star
* ps2: move QOM type definitions from ps2.c to ps2.hMark Cave-Ayland2022-06-261-55/+0Star
* ps2: QOMify PS2MouseStateMark Cave-Ayland2022-06-261-38/+60
* ps2: QOMify PS2KbdStateMark Cave-Ayland2022-06-261-39/+65
* ps2: QOMify PS2StateMark Cave-Ayland2022-06-261-0/+28
* ps2: checkpatch fixesMark Cave-Ayland2022-06-261-68/+86
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-2/+2
* ps2: Initial horizontal scroll supportDmitry Petrov2022-01-131-8/+49
* ps2: migration support for command reply queueVolker Rümelin2021-09-101-6/+34
* ps2: use a separate keyboard command reply queueVolker Rümelin2021-09-101-31/+84
* ps2: use the whole ps2 buffer but keep queue sizeVolker Rümelin2021-09-101-49/+20Star
* hw/input/ps2: Use ps2_raise_irq() instead of open coding itPhilippe Mathieu-Daudé2021-05-261-4/+4
* ps2: don't deassert irq twice if queue is emptyVolker Rümelin2021-05-261-1/+3
* ps2: don't raise an interrupt if queue is fullVolker Rümelin2021-05-261-0/+4
* ps2: fix mouse stream corruptionVolker Rümelin2021-05-261-1/+2
* hw/input: expand trace info reported for ps2 deviceDaniel P. Berrangé2021-05-261-1/+2
* hw/input/ps2.c: Remove remnants of printf debugPeter Maydell2020-11-171-9/+0Star
* hppa: add emulation of LASI PS2 controllersSven Schnelle2020-01-271-0/+5
* ps2: accept 'Set Key Make and Break' commandsSven Schnelle2020-01-271-0/+10
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+2
* qmp hmp: Make system_wakeup check wake-up support and run stateDaniel Henrique Barboza2018-12-181-3/+3
* ps2kbd: default to scan enabled after resetHervé Poussineau2018-11-271-1/+1
* ps2: prevent changing irq state on save and loadPavel Dovgalyuk2018-10-021-2/+6
* ps2: check PS2Queue wptr pointer in post_load routineliujunjie2018-06-181-1/+1
* ps2: Fix mouse stream corruption due to lost dataGeoffrey McRae2018-05-151-29/+95
* ps2: Clear the PS/2 queue and obey disableGeoffrey McRae2018-05-151-0/+11
* hw: convert ps2 device to keycodemapdbDaniel P. Berrange2018-01-291-399/+7Star
* ps2: check PS2Queue pointers in post_load routinePrasad J Pandit2018-01-291-12/+9Star
* ps2: fix scancodes sent for Ctrl+Pause key combinationDaniel P. Berrange2017-10-231-16/+35
* ps2: fix scancodess sent for Pause key in AT set 1Daniel P. Berrange2017-10-231-1/+1
* ps2: fix scancodes sent for Shift/Ctrl+Print key combinationDaniel P. Berrange2017-10-231-0/+19
* ps2: fix scancodes sent for Alt-Print key combination (aka SysRq)Daniel P. Berrange2017-10-231-20/+117
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-2/+6