index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
pckbd.c
Age
Commit message (
Expand
)
Author
2024-02-22
hw/input/pckbd: Open-code i8042_setup_a20_line() wrapper
Philippe Mathieu-Daudé
2023-12-29
hw/input: Constify VMState
Richard Henderson
2022-07-18
pckbd: remove legacy i8042_mm_init() function
Mark Cave-Ayland
2022-07-18
pckbd: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
pckbd: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-07-18
pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...
Mark Cave-Ayland
2022-06-26
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
2022-06-26
pckbd: switch I8042 device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
2022-06-26
pckbd: add i8042_reset() function to I8042 device
Mark Cave-Ayland
2022-06-26
pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
2022-06-26
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
Mark Cave-Ayland
2022-06-26
pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()
Mark Cave-Ayland
2022-06-26
pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
Mark Cave-Ayland
2022-06-26
pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
Mark Cave-Ayland
2022-06-26
pckbd: alter i8042_mm_init() to return a I8042_MMIO device
Mark Cave-Ayland
2022-06-26
pckbd: implement i8042_mmio_init() function
Mark Cave-Ayland
2022-06-26
pckbd: implement i8042_mmio_realize() function
Mark Cave-Ayland
2022-06-26
pckbd: add size qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
pckbd: add mask qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
pckbd: implement i8042_mmio_reset() for I8042_MMIO device
Mark Cave-Ayland
2022-06-26
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
2022-06-26
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
pckbd: move KBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
pckbd: checkpatch fixes
Mark Cave-Ayland
2022-06-09
acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...
Igor Mammedov
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
hw/input/pckbd: QOM'ify IRQ numbers
Bernhard Beschow
2021-05-26
pckbd: clear outport_present in outer pre_load()
Volker Rümelin
2021-05-26
pckbd: remove duplicated keyboard and mouse defines
Volker Rümelin
2021-05-26
pckbd: correctly disable PS/2 communication
Volker Rümelin
2021-05-26
pckbd: add function kbd_pending()
Volker Rümelin
2021-05-26
pckbd: add controller response queue
Volker Rümelin
2021-05-26
pckbd: add state variable for interrupt source
Volker Rümelin
2021-05-26
pckbd: PS/2 keyboard throttle
Volker Rümelin
2021-05-26
pckbd: don't update OBF flags if KBD_STAT_OBF is set
Volker Rümelin
2021-05-26
pckbd: split out interrupt line changing code
Volker Rümelin
2020-08-27
pckbd: Move QOM macro to header
Eduardo Habkost
2020-06-24
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
2020-01-07
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-02-14
pckbd: Convert DPRINTF->trace
Dr. David Alan Gilbert
2019-01-30
hw: input: set category of the i8042 device
kumar sourav
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
2018-06-26
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
[next]