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
/
pl050.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-18
pl050: don't use legacy ps2_mouse_init() function
Mark Cave-Ayland
1
-3
/
+10
2022-07-18
pl050: don't use legacy ps2_kbd_init() function
Mark Cave-Ayland
1
-3
/
+10
2022-07-18
pl050: introduce pl050_mouse_class_init() and pl050_mouse_realize()
Mark Cave-Ayland
1
-4
/
+19
2022-07-18
pl050: introduce pl050_kbd_class_init() and pl050_kbd_realize()
Mark Cave-Ayland
1
-2
/
+19
2022-07-18
pl050: introduce PL050DeviceClass for the PL050 device
Mark Cave-Ayland
1
-0
/
+2
2022-07-18
pl050: move logic from pl050_realize() to pl050_init()
Mark Cave-Ayland
1
-4
/
+7
2022-07-18
pl050: introduce new PL050_MOUSE_DEVICE QOM type
Mark Cave-Ayland
1
-1
/
+2
2022-07-18
pl050: introduce new PL050_KBD_DEVICE QOM type
Mark Cave-Ayland
1
-1
/
+2
2022-07-18
pl050: change PL050State dev pointer from void to PS2State
Mark Cave-Ayland
1
-6
/
+7
2022-07-18
pl050: rename pl050_keyboard_init() to pl050_kbd_init()
Mark Cave-Ayland
1
-2
/
+2
2022-07-18
pl050: move PL050State from pl050.c to new pl050.h header file
Mark Cave-Ayland
1
-15
/
+1
2022-06-26
ps2: remove update_irq() function and update_arg parameter
Mark Cave-Ayland
1
-2
/
+2
2022-06-26
pl050: add QEMU interface comment
Mark Cave-Ayland
1
-0
/
+8
2022-06-26
pl050: switch over from update_irq() function to PS2 device gpio
Mark Cave-Ayland
1
-3
/
+11
2022-06-26
pl050: split pl050_update_irq() into separate pl050_set_irq() and pl050_updat...
Mark Cave-Ayland
1
-8
/
+13
2022-06-26
pl050: checkpatch fixes
Mark Cave-Ayland
1
-6
/
+13
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
1
-3
/
+1
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-1
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-2
/
+4
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-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2018-12-13
input/pl050: Convert sysbus init function to realize function
Mao Zhongyi
1
-6
/
+5
2016-05-19
hw: explicitly include qemu/log.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
arm: Clean up includes
Peter Maydell
1
-0
/
+1
2013-07-29
pl050: QOM'ify pl050_keyboard and pl050_mouse
Andreas Färber
1
-28
/
+34
2013-07-29
pl050: Rename pl050_state to PL050State
Andreas Färber
1
-12
/
+12
2013-07-04
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
1
-1
/
+1
2013-07-04
memory: add owner argument to initialization functions
Paolo Bonzini
1
-1
/
+1
2013-04-08
hw: move target-independent files to subdirectories
Paolo Bonzini
1
-0
/
+199