summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2019-02-28 11:55:15 +0100
committerPeter Maydell2019-02-28 12:03:04 +0100
commit68d6b36f7f737485b7c5725a5d746d6302e1cfa1 (patch)
tree38b4a78937e912ec56c95e4c7c2f75c36d3f69f7 /include
parenthw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit (diff)
downloadqemu-68d6b36f7f737485b7c5725a5d746d6302e1cfa1.tar.gz
qemu-68d6b36f7f737485b7c5725a5d746d6302e1cfa1.tar.xz
qemu-68d6b36f7f737485b7c5725a5d746d6302e1cfa1.zip
hw/arm/armsse: Wire up the MHUs
Create and connect the MHUs in the SSE-200. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20190219125808.25174-3-peter.maydell@linaro.org
Diffstat (limited to 'include')
-rw-r--r--include/hw/arm/armsse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hw/arm/armsse.h b/include/hw/arm/armsse.h
index 7ef871c7df..81e082cccf 100644
--- a/include/hw/arm/armsse.h
+++ b/include/hw/arm/armsse.h
@@ -95,6 +95,7 @@
#include "hw/misc/iotkit-sysctl.h"
#include "hw/misc/iotkit-sysinfo.h"
#include "hw/misc/armsse-cpuid.h"
+#include "hw/misc/armsse-mhu.h"
#include "hw/misc/unimp.h"
#include "hw/or-irq.h"
#include "hw/core/split-irq.h"
@@ -166,7 +167,7 @@ typedef struct ARMSSE {
IoTKitSysCtl sysctl;
IoTKitSysCtl sysinfo;
- UnimplementedDeviceState mhu[2];
+ ARMSSEMHU mhu[2];
UnimplementedDeviceState ppu[NUM_PPUS];
UnimplementedDeviceState cachectrl[SSE_MAX_CPUS];
UnimplementedDeviceState cpusecctrl[SSE_MAX_CPUS];