On 15 December 2016 at 14:09, Cédric Le Goater <c...@kaod.org> 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 ARM1176 CPUs. > > The VBAR feature is always set for ARMv7 because some legacy boards > require it even if this is not architecturally correct. > > Signed-off-by: Cédric Le Goater <c...@kaod.org> > --- > > Hopefully, this is correct this time ...
Yep, looks good to me. Applied to target-arm.next, thanks. -- PMM