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