Re: [Qemu-devel] [PATCH v3] target-arm: Add VBAR support to ARM1176 CPUs

2016-12-16 Thread Peter Maydell
On 15 December 2016 at 14:09, Cédric Le Goater wrote: > ARM1176 CPUs have TrustZone support and can use the Vector Base > Address Register, but currently, qemu only adds VBAR support to ARMv7 > CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which can used > for ARMv7 and

[Qemu-devel] [PATCH v3] target-arm: Add VBAR support to ARM1176 CPUs

2016-12-15 Thread Cédric Le Goater
ARM1176 CPUs have TrustZone support and can use the Vector Base Address Register, but currently, qemu only adds VBAR support to ARMv7 CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which can used for ARMv7 and ARM1176 CPUs. The VBAR feature is always set for ARMv7 because some legacy