summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEdgar E. Iglesias2022-04-06 19:43:00 +0200
committerPeter Maydell2022-04-21 12:37:03 +0200
commit8779d00c4e337a9e0d85c9abf456e3c713fad808 (patch)
treeb9311e23405425a9a292a0cd1d342afc083ca486 /include
parenthw/arm/xlnx-zynqmp: Connect 4 TTC timers (diff)
downloadqemu-8779d00c4e337a9e0d85c9abf456e3c713fad808.tar.gz
qemu-8779d00c4e337a9e0d85c9abf456e3c713fad808.tar.xz
qemu-8779d00c4e337a9e0d85c9abf456e3c713fad808.zip
hw/arm: versal: Create an APU CPU Cluster
Create an APU CPU Cluster. This is in preparation to add the RPU. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com> Message-id: 20220406174303.2022038-2-edgar.iglesias@xilinx.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/xlnx-versal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/arm/xlnx-versal.h b/include/hw/arm/xlnx-versal.h
index 0728316ec7..d2d3028e18 100644
--- a/include/hw/arm/xlnx-versal.h
+++ b/include/hw/arm/xlnx-versal.h
@@ -14,6 +14,7 @@
#include "hw/sysbus.h"
#include "hw/arm/boot.h"
+#include "hw/cpu/cluster.h"
#include "hw/or-irq.h"
#include "hw/sd/sdhci.h"
#include "hw/intc/arm_gicv3.h"
@@ -49,6 +50,7 @@ struct Versal {
struct {
struct {
MemoryRegion mr;
+ CPUClusterState cluster;
ARMCPU cpu[XLNX_VERSAL_NR_ACPUS];
GICv3State gic;
} apu;