index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
microblaze
/
xlnx-zynqmp-pmu.c
Age
Commit message (
Expand
)
Author
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
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-06-15
qdev: Convert bus-less devices to qdev_realize() with Coccinelle
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2
Markus Armbruster
2020-06-15
sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
Markus Armbruster
2020-06-15
qom: Less verbose object_initialize_child()
Markus Armbruster
2020-06-15
qom: Tidy up a few object_initialize_child() calls
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-05-24
hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
2019-05-24
hw/microblaze/zynqmp: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
2019-05-24
hw/microblaze/zynqmp: Let the SoC manage the IPI devices
Philippe Mathieu-Daudé
2019-05-24
hw/microblaze/zynqmp: Move the IPI state into the PMUSoC state
Philippe Mathieu-Daudé
2018-07-23
hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...
Thomas Huth
2018-01-26
xlnx-zynqmp-pmu: Connect the IPI device to the PMU
Alistair Francis
2018-01-26
xlnx-zynqmp-pmu: Connect the PMU interrupt controller
Alistair Francis
2018-01-26
xlnx-zynqmp-pmu: Add the CPU and memory
Alistair Francis
2018-01-26
xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU
Alistair Francis