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