commit | f503bc4b6b38d1840d41922875fffc88d67dd17a | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Thu Jan 04 15:11:59 2024 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Jan 09 14:42:40 2024 +0000 |
tree | 1f4883301f73f07f998e4ccde1dec8071a2902c6 | |
parent | 4a04655c6bdeb1043a4b7477f54f76a3d6a3ec59 [diff] |
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>