aboutsummaryrefslogtreecommitdiff
path: root/hw/input/pl050.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-3/+10
2022-07-18pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-3/+10
2022-07-18pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()Mark Cave-Ayland1-4/+19
2022-07-18pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()Mark Cave-Ayland1-2/+19
2022-07-18pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland1-0/+2
2022-07-18pl050: move logic from pl050_realize() to pl050_init()Mark Cave-Ayland1-4/+7
2022-07-18pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland1-1/+2
2022-07-18pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland1-1/+2
2022-07-18pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland1-6/+7
2022-07-18pl050: rename pl050_keyboard_init() to pl050_kbd_init()Mark Cave-Ayland1-2/+2
2022-07-18pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland1-15/+1
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland1-2/+2
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland1-0/+8
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-3/+11
2022-06-26pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...Mark Cave-Ayland1-8/+13
2022-06-26pl050: checkpatch fixesMark Cave-Ayland1-6/+13
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-1/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-2/+4
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2018-12-13input/pl050: Convert sysbus init function to realize functionMao Zhongyi1-6/+5
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini1-0/+1
2016-01-29arm: Clean up includesPeter Maydell1-0/+1
2013-07-29pl050: QOM'ify pl050_keyboard and pl050_mouseAndreas Färber1-28/+34
2013-07-29pl050: Rename pl050_state to PL050StateAndreas Färber1-12/+12
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+199