hw/arm/stellaris: Add missing QOM 'SoC' parent
commit243b8602a6de74fbb56ede18e02ffb8b9de3b386
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Feb 2024 15:52:14 +0000 (13 16:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 15 Feb 2024 13:50:14 +0000 (15 13:50 +0000)
tree920616c66904c86f0492a6be6ff351dbeffa5521
parent7e4a8d9dbeafc89f6a1e2ea6f7a9b0b8979f33d7
hw/arm/stellaris: Add missing QOM 'SoC' parent

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

Since we don't model the SoC, just use a QOM container.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20240213155214.13619-5-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/stellaris.c