hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 19 Feb 2021 14:43:49 +0000 (15:43 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Mar 2021 15:17:34 +0000 (15:17 +0000)
commit4565afbbf0b6d897ee746f2410d60460f43c3159
tree511862c8c1a741500279f99a4368e2ec6d63b780
parente6646167cc390388a330fe94b9af4d5e8e0cb2d9
hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property

We hint the 'has_rpu' property is no longer required since commit
6908ec448b4 ("xlnx-zynqmp: Properly support the smp command line
option") which was released in QEMU v2.11.0.

Beside, this device is marked 'user_creatable = false', so the
only thing that could be setting the property is the board code
that creates the device.

Since the property is not user-facing, we can remove it without
going through the deprecation process.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20210219144350.1979905-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xlnx-zynqmp.c
include/hw/arm/xlnx-zynqmp.h