aboutsummaryrefslogtreecommitdiff
path: root/hw/input/pckbd.c
AgeCommit message (Expand)Author
2024-02-22hw/input/pckbd: Open-code i8042_setup_a20_line() wrapperPhilippe Mathieu-Daudé
2023-12-29hw/input: Constify VMStateRichard Henderson
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-07-18pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...Mark Cave-Ayland
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland
2022-06-26pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()Mark Cave-Ayland
2022-06-26pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()Mark 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_init() functionMark 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: add mask qdev property to I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: implement i8042_mmio_reset() for 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-06-26pckbd: checkpatch fixesMark Cave-Ayland
2022-06-09acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...Igor Mammedov
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow
2022-03-08hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow
2021-05-26pckbd: clear outport_present in outer pre_load()Volker Rümelin
2021-05-26pckbd: remove duplicated keyboard and mouse definesVolker Rümelin
2021-05-26pckbd: correctly disable PS/2 communicationVolker Rümelin
2021-05-26pckbd: add function kbd_pending()Volker Rümelin
2021-05-26pckbd: add controller response queueVolker Rümelin
2021-05-26pckbd: add state variable for interrupt sourceVolker Rümelin
2021-05-26pckbd: PS/2 keyboard throttleVolker Rümelin
2021-05-26pckbd: don't update OBF flags if KBD_STAT_OBF is setVolker Rümelin
2021-05-26pckbd: split out interrupt line changing codeVolker Rümelin
2020-08-27pckbd: Move QOM macro to headerEduardo Habkost
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann
2020-01-07vmmouse: replace PROP_PTR with PROP_LINKMarc-André Lureau
2019-12-17hw: replace hw/i386/pc.h with a header just for the i8259Paolo Bonzini
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-02-14pckbd: Convert DPRINTF->traceDr. David Alan Gilbert
2019-01-30hw: input: set category of the i8042 devicekumar sourav
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-06-26hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintfPhilippe Mathieu-Daudé