index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
input
/
pckbd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-29
hw/input: Constify VMState
Richard Henderson
1
-6
/
+6
2022-07-18
pckbd: remove legacy i8042_mm_init() function
Mark Cave-Ayland
1
-16
/
+0
2022-07-18
pckbd: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
1
-8
/
+19
2022-07-18
pckbd: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
1
-8
/
+21
2022-07-18
pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...
Mark Cave-Ayland
1
-3
/
+11
2022-06-26
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
1
-4
/
+4
2022-06-26
pckbd: switch I8042 device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
1
-4
/
+33
2022-06-26
pckbd: add i8042_reset() function to I8042 device
Mark Cave-Ayland
1
-1
/
+9
2022-06-26
pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
1
-6
/
+32
2022-06-26
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
Mark Cave-Ayland
1
-6
/
+6
2022-06-26
pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()
Mark Cave-Ayland
1
-3
/
+3
2022-06-26
pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
Mark Cave-Ayland
1
-2
/
+3
2022-06-26
pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
Mark Cave-Ayland
1
-4
/
+1
2022-06-26
pckbd: alter i8042_mm_init() to return a I8042_MMIO device
Mark Cave-Ayland
1
-3
/
+5
2022-06-26
pckbd: implement i8042_mmio_init() function
Mark Cave-Ayland
1
-2
/
+9
2022-06-26
pckbd: implement i8042_mmio_realize() function
Mark Cave-Ayland
1
-1
/
+13
2022-06-26
pckbd: add size qdev property to I8042_MMIO device
Mark Cave-Ayland
1
-0
/
+2
2022-06-26
pckbd: add mask qdev property to I8042_MMIO device
Mark Cave-Ayland
1
-1
/
+7
2022-06-26
pckbd: implement i8042_mmio_reset() for I8042_MMIO device
Mark Cave-Ayland
1
-1
/
+9
2022-06-26
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
1
-1
/
+21
2022-06-26
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
1
-10
/
+0
2022-06-26
pckbd: move KBDState from pckbd.c to i8042.h
Mark Cave-Ayland
1
-24
/
+0
2022-06-26
pckbd: checkpatch fixes
Mark Cave-Ayland
1
-53
/
+97
2022-06-09
acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...
Igor Mammedov
1
-5
/
+9
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2022-03-08
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
1
-2
/
+2
2022-03-08
hw/input/pckbd: QOM'ify IRQ numbers
Bernhard Beschow
1
-4
/
+22
2021-05-26
pckbd: clear outport_present in outer pre_load()
Volker Rümelin
1
-2
/
+1
2021-05-26
pckbd: remove duplicated keyboard and mouse defines
Volker Rümelin
1
-37
/
+0
2021-05-26
pckbd: correctly disable PS/2 communication
Volker Rümelin
1
-4
/
+47
2021-05-26
pckbd: add function kbd_pending()
Volker Rümelin
1
-7
/
+14
2021-05-26
pckbd: add controller response queue
Volker Rümelin
1
-7
/
+35
2021-05-26
pckbd: add state variable for interrupt source
Volker Rümelin
1
-5
/
+28
2021-05-26
pckbd: PS/2 keyboard throttle
Volker Rümelin
1
-0
/
+61
2021-05-26
pckbd: don't update OBF flags if KBD_STAT_OBF is set
Volker Rümelin
1
-20
/
+83
2021-05-26
pckbd: split out interrupt line changing code
Volker Rümelin
1
-10
/
+22
2020-08-27
pckbd: Move QOM macro to header
Eduardo Habkost
1
-2
/
+0
2020-06-24
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
1
-0
/
+31
2020-01-07
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
1
-5
/
+3
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
1
-1
/
+0
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+2
2019-02-14
pckbd: Convert DPRINTF->trace
Dr. David Alan Gilbert
1
-13
/
+6
2019-01-30
hw: input: set category of the i8042 device
kumar sourav
1
-0
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2018-06-26
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
1
-1
/
+3
2018-06-15
hw/input/pckbd: Convert away from old_mmio
Peter Maydell
1
-6
/
+8
[next]