aboutsummaryrefslogtreecommitdiff
path: root/hw/input/pckbd.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland1-16/+0
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-8/+19
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-8/+21
2022-07-18pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...Mark Cave-Ayland1-3/+11
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland1-4/+4
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+33
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland1-6/+32
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland1-6/+6
2022-06-26pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()Mark Cave-Ayland1-3/+3
2022-06-26pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()Mark Cave-Ayland1-2/+3
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland1-4/+1
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland1-3/+5
2022-06-26pckbd: implement i8042_mmio_init() functionMark Cave-Ayland1-2/+9
2022-06-26pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland1-1/+13
2022-06-26pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland1-0/+2
2022-06-26pckbd: add mask qdev property to I8042_MMIO deviceMark Cave-Ayland1-1/+7
2022-06-26pckbd: implement i8042_mmio_reset() for I8042_MMIO deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland1-1/+21
2022-06-26pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland1-10/+0
2022-06-26pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland1-24/+0
2022-06-26pckbd: checkpatch fixesMark Cave-Ayland1-53/+97
2022-06-09acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...Igor Mammedov1-5/+9
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow1-2/+2
2022-03-08hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow1-4/+22
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin1-2/+1
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin1-37/+0
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin1-4/+47
2021-05-26pckbd: add function kbd_pending()Volker Rümelin1-7/+14
2021-05-26pckbd: add controller response queueVolker Rümelin1-7/+35
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin1-5/+28
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin1-0/+61
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin1-20/+83
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin1-10/+22
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost1-2/+0
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann1-0/+31
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau1-5/+3
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini1-1/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+2
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert1-13/+6
2019-01-30hw: input: set category of the i8042 devicekumar sourav1-0/+1
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé1-1/+3
2018-06-15hw/input/pckbd: Convert away from old_mmioPeter Maydell1-6/+8
2018-03-12hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.hPhilippe Mathieu-Daudé1-1/+1