summary refs log tree commit diff stats
path: root/hw/input/pl050.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/input: Constify VMStateRichard Henderson2023-12-291-1/+1
* pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-3/+10
* pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-3/+10
* pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()Mark Cave-Ayland2022-07-181-4/+19
* pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()Mark Cave-Ayland2022-07-181-2/+19
* pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland2022-07-181-0/+2
* pl050: move logic from pl050_realize() to pl050_init()Mark Cave-Ayland2022-07-181-4/+7
* pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland2022-07-181-1/+2
* pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland2022-07-181-1/+2
* pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-6/+7
* pl050: rename pl050_keyboard_init() to pl050_kbd_init()Mark Cave-Ayland2022-07-181-2/+2
* pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland2022-07-181-15/+1
* ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland2022-06-261-2/+2
* pl050: add QEMU interface commentMark Cave-Ayland2022-06-261-0/+8
* pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland2022-06-261-3/+11
* pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...Mark Cave-Ayland2022-06-261-8/+13
* pl050: checkpatch fixesMark Cave-Ayland2022-06-261-6/+13
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* input/pl050: Convert sysbus init function to realize functionMao Zhongyi2018-12-131-6/+5
* hw: explicitly include qemu/log.hPaolo Bonzini2016-05-191-0/+1
* arm: Clean up includesPeter Maydell2016-01-291-0/+1
* pl050: QOM'ify pl050_keyboard and pl050_mouseAndreas Färber2013-07-291-28/+34
* pl050: Rename pl050_state to PL050StateAndreas Färber2013-07-291-12/+12
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+199