hw/arm/highbank: Add missing QOM parent for CPU cores
commit6a4e61170f2b7769cd9034c0fdf05f6c64a74fbf
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 29 Jan 2024 15:18:22 +0000 (29 16:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 2 Feb 2024 13:51:58 +0000 (2 13:51 +0000)
tree9b4c13e49420cc2d0b7ee969396303911684c669
parent56d69aaf511db5995f8939019c4373ebd04cde08
hw/arm/highbank: Add missing QOM parent for CPU cores

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: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20240129151828.59544-4-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/highbank.c