qemu-e2k/hw/microblaze
Thomas Huth 7b6d7b84da hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu-soc'
Valgrind complains:

echo "{'execute':'qmp_capabilities'} {'execute':'device-list-properties'," \
 "'arguments':{'typename':'xlnx,zynqmp-pmu-soc'}}" \
 "{'execute': 'human-monitor-command', " \
 "'arguments': {'command-line': 'info qtree'}}" | \
 valgrind -q microblazeel-softmmu/qemu-system-microblazeel -M none,accel=qtest -qmp stdio
[...]
==13605== Invalid read of size 8
==13605==    at 0x2AC69A: qdev_print (qdev-monitor.c:686)
==13605==    by 0x2AC69A: qbus_print (qdev-monitor.c:719)
==13605==    by 0x2591E8: handle_hmp_command (monitor.c:3446)

Use the new object_initialize_child() and sysbus_init_child_obj() to
fix the issue.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Message-id: 1531839343-13828-1-git-send-email-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-07-23 15:21:25 +01:00
..
Makefile.objs xlnx-zynqmp-pmu: Initial commit of the ZynqMP PMU 2018-01-26 11:09:09 +01:00
boot.c microblaze: boot.c: Don't try to find NULL file 2018-01-26 11:09:02 +01:00
boot.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
petalogix_ml605_mmu.c hw/microblaze: Use the IEC binary prefix definitions 2018-07-02 15:41:15 +02:00
petalogix_s3adsp1800_mmu.c hw/microblaze: Use the IEC binary prefix definitions 2018-07-02 15:41:15 +02:00
xlnx-zynqmp-pmu.c hw/microblaze/xlnx-zynqmp-pmu: Fix introspection problem in 'xlnx, zynqmp-pmu-soc' 2018-07-23 15:21:25 +01:00