]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 7 Feb 2025 16:09:19 +0000 (16:09 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2025 16:09:19 +0000 (16:09 +0000)
commitf09613965664e268b00dfc7b4253065e6a0543a9
tree1018c0bd8953ac4bac964852ee003bbd638402ba
parent04c58c3b20030db145308be26a7df98d02847ab9
hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE

No need to duplicate and forward the 'num-cpu' property from
TYPE_ARM11MPCORE_PRIV to TYPE_REALVIEW_MPCORE, alias it with
QOM object_property_add_alias().

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-id: 20250130112615.3219-6-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/cpu/realview_mpcore.c