aboutsummaryrefslogtreecommitdiff
path: root/include/hw/input/i8042.h
AgeCommit message (Expand)Author
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland
2022-06-26pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland
2022-06-26pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland
2022-06-26pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland
2022-03-06hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT tableLiav Albani
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
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé