]> git.proxmox.com Git - mirror_qemu.git/commit
hw/arm: Add missing QOM parent for v7-M SoCs
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 4 Jan 2024 14:11:59 +0000 (15:11 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 9 Jan 2024 14:42:40 +0000 (14:42 +0000)
commitf503bc4b6b38d1840d41922875fffc88d67dd17a
tree1f4883301f73f07f998e4ccde1dec8071a2902c6
parent4a04655c6bdeb1043a4b7477f54f76a3d6a3ec59
hw/arm: Add missing QOM parent for v7-M SoCs

QDev objects created with qdev_new() need to manually add
their parent relationship with object_property_add_child().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20240104141159.53883-1-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/msf2-som.c
hw/arm/netduino2.c
hw/arm/netduinoplus2.c
hw/arm/olimex-stm32-h405.c
hw/arm/stm32vldiscovery.c