hw/arm/xilinx_zynq: Support up to two CPU cores
commitddcf58e044ce02864170b41785344407cb821e12
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Fri, 24 May 2024 12:08:37 +0000 (24 14:08 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 30 May 2024 12:21:06 +0000 (30 13:21 +0100)
treec3cf93afcbcb4bbad47dfc20746e9ecde0a907c3
parentf271877307f1bb43ac4031bf6d962bdd86caa498
hw/arm/xilinx_zynq: Support up to two CPU cores

The Zynq 7000 SoCs contain two Arm Cortex-A9 MPCore (the Zynq 7000S have only
one core).  Add support for up to two simulated cores.

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Message-id: 20240524120837.10057-3-sebastian.huber@embedded-brains.de
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: removed unnecessary double-cast]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/xilinx_zynq.c