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