summaryrefslogtreecommitdiffstats
path: root/hw/microblaze/xlnx-zynqmp-pmu.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster2020-06-151-2/+2
* sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 2Markus Armbruster2020-06-151-7/+4Star
* sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1Markus Armbruster2020-06-151-2/+2
* qom: Less verbose object_initialize_child()Markus Armbruster2020-06-151-4/+3Star
* qom: Tidy up a few object_initialize_child() callsMarkus Armbruster2020-06-151-2/+1Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-1/+0Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+3
* hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-3/+4
* hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé2019-05-241-20/+16Star
* hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé2019-05-241-7/+7
* hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu...Thomas Huth2018-07-231-6/+4Star
* xlnx-zynqmp-pmu: Connect the IPI device to the PMUAlistair Francis2018-01-261-0/+31
* xlnx-zynqmp-pmu: Connect the PMU interrupt controllerAlistair Francis2018-01-261-0/+24
* xlnx-zynqmp-pmu: Add the CPU and memoryAlistair Francis2018-01-261-2/+68
* xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMUAlistair Francis2018-01-261-0/+83