On 11 December 2014 at 23:29, Greg Bellows <greg.bell...@linaro.org> wrote: > 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.bell...@linaro.org> > --- > hw/arm/exynos4210.c | 11 +++++++++++ > hw/arm/highbank.c | 12 ++++++++++++ > hw/arm/integratorcp.c | 12 ++++++++++++ > hw/arm/realview.c | 12 ++++++++++++ > hw/arm/versatilepb.c | 12 ++++++++++++ > hw/arm/xilinx_zynq.c | 12 ++++++++++++ > 6 files changed, 71 insertions(+)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM