target-arm: Disable EL3 on unsupported machines
commit61e2f3521c9ee2dc3ebab2e84329d5ebd10d8518
authorGreg Bellows <greg.bellows@linaro.org>
Mon, 15 Dec 2014 23:09:51 +0000 (15 17:09 -0600)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 22 Dec 2014 23:12:28 +0000 (22 23:12 +0000)
tree3e354355e481622dd87076aab0435dd6ce9c59c3
parent223a72f1179dc0b56bae3b01bc3e3208ef100fcc
target-arm: Disable EL3 on unsupported machines

Disables the CPU ARM_FEATURE_EL3 featuere on machine models that can be
configured to use Cortex-A9, Cortex-A15, and ARM1176 but don't officially
support EL3.  This preserves backwards compatibility.

Signed-off-by: Greg Bellows <greg.bellows@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1418684992-8996-15-git-send-email-greg.bellows@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/exynos4210.c
hw/arm/highbank.c
hw/arm/integratorcp.c
hw/arm/realview.c
hw/arm/versatilepb.c
hw/arm/xilinx_zynq.c