index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
input
/
pckbd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pckbd: remove legacy i8042_mm_init() function
Mark Cave-Ayland
2022-07-18
1
-16
/
+0
*
pckbd: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
2022-07-18
1
-8
/
+19
*
pckbd: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
2022-07-18
1
-8
/
+21
*
pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...
Mark Cave-Ayland
2022-07-18
1
-3
/
+11
*
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
2022-06-26
1
-4
/
+4
*
pckbd: switch I8042 device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
2022-06-26
1
-4
/
+33
*
pckbd: add i8042_reset() function to I8042 device
Mark Cave-Ayland
2022-06-26
1
-1
/
+9
*
pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpio
Mark Cave-Ayland
2022-06-26
1
-6
/
+32
*
pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDState
Mark Cave-Ayland
2022-06-26
1
-6
/
+6
*
pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()
Mark Cave-Ayland
2022-06-26
1
-3
/
+3
*
pckbd: more vmstate_register() from i8042_mm_init() to i8042_mmio_realize()
Mark Cave-Ayland
2022-06-26
1
-2
/
+3
*
pckbd: move mapping of I8042_MMIO registers to MIPS magnum machine
Mark Cave-Ayland
2022-06-26
1
-4
/
+1
*
pckbd: alter i8042_mm_init() to return a I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-3
/
+5
*
pckbd: implement i8042_mmio_init() function
Mark Cave-Ayland
2022-06-26
1
-2
/
+9
*
pckbd: implement i8042_mmio_realize() function
Mark Cave-Ayland
2022-06-26
1
-1
/
+13
*
pckbd: add size qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-0
/
+2
*
pckbd: add mask qdev property to I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-1
/
+7
*
pckbd: implement i8042_mmio_reset() for I8042_MMIO device
Mark Cave-Ayland
2022-06-26
1
-1
/
+9
*
pckbd: introduce new I8042_MMIO QOM type
Mark Cave-Ayland
2022-06-26
1
-1
/
+21
*
pckbd: move ISAKBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
1
-10
/
+0
*
pckbd: move KBDState from pckbd.c to i8042.h
Mark Cave-Ayland
2022-06-26
1
-24
/
+0
*
pckbd: checkpatch fixes
Mark Cave-Ayland
2022-06-26
1
-53
/
+97
*
acpi: pckbd: replace ISADeviceClass::build_aml with AcpiDevAmlIfClass:build_d...
Igor Mammedov
2022-06-10
1
-5
/
+9
*
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-21
1
-1
/
+1
*
hw/isa: Inline and remove one-line isa_init_irq()
Bernhard Beschow
2022-03-08
1
-2
/
+2
*
hw/input/pckbd: QOM'ify IRQ numbers
Bernhard Beschow
2022-03-08
1
-4
/
+22
*
pckbd: clear outport_present in outer pre_load()
Volker Rümelin
2021-05-26
1
-2
/
+1
*
pckbd: remove duplicated keyboard and mouse defines
Volker Rümelin
2021-05-26
1
-37
/
+0
*
pckbd: correctly disable PS/2 communication
Volker Rümelin
2021-05-26
1
-4
/
+47
*
pckbd: add function kbd_pending()
Volker Rümelin
2021-05-26
1
-7
/
+14
*
pckbd: add controller response queue
Volker Rümelin
2021-05-26
1
-7
/
+35
*
pckbd: add state variable for interrupt source
Volker Rümelin
2021-05-26
1
-5
/
+28
*
pckbd: PS/2 keyboard throttle
Volker Rümelin
2021-05-26
1
-0
/
+61
*
pckbd: don't update OBF flags if KBD_STAT_OBF is set
Volker Rümelin
2021-05-26
1
-20
/
+83
*
pckbd: split out interrupt line changing code
Volker Rümelin
2021-05-26
1
-10
/
+22
*
pckbd: Move QOM macro to header
Eduardo Habkost
2020-08-27
1
-2
/
+0
*
acpi: move aml builder code for i8042 (kbd+mouse) device
Gerd Hoffmann
2020-06-24
1
-0
/
+31
*
vmmouse: replace PROP_PTR with PROP_LINK
Marc-André Lureau
2020-01-07
1
-5
/
+3
*
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
2019-12-17
1
-1
/
+0
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-1
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+2
*
pckbd: Convert DPRINTF->trace
Dr. David Alan Gilbert
2019-02-14
1
-13
/
+6
*
hw: input: set category of the i8042 device
kumar sourav
2019-01-30
1
-0
/
+1
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-1
/
+1
*
hw/input/pckbd: Use qemu_log_mask(GUEST_ERROR) instead of fprintf
Philippe Mathieu-Daudé
2018-06-26
1
-1
/
+3
*
hw/input/pckbd: Convert away from old_mmio
Peter Maydell
2018-06-15
1
-6
/
+8
*
hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
Philippe Mathieu-Daudé
2018-03-12
1
-1
/
+1
[next]