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

2016-11-28 Thread Cédric Le Goater
On 11/28/2016 11:40 AM, Peter Maydell wrote: > On 24 November 2016 at 14:29, Cédric Le Goater wrote: >> On 09/05/2016 04:39 PM, Peter Maydell wrote: >>> We implement VBAR in v7-without-EL3 even though architecturally >>> it should only exist in v7-with-EL3 because we have some >>> legacy board mod

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

2016-11-28 Thread Peter Maydell
On 24 November 2016 at 14:29, Cédric Le Goater wrote: > On 09/05/2016 04:39 PM, Peter Maydell wrote: >> We implement VBAR in v7-without-EL3 even though architecturally >> it should only exist in v7-with-EL3 because we have some >> legacy board models which we implement as without-EL3 but >> where

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

2016-11-24 Thread Cédric Le Goater
On 09/05/2016 04:39 PM, Peter Maydell wrote: > On 23 August 2016 at 10:59, Cédric Le Goater wrote: >> ARM1176 CPUs support the Vector Base Address Register but currently, >> qemu only supports VBAR on ARMv7 CPUs. Fix this by adding a new >> feature ARM_FEATURE_VBAR which is used for ARMv7 and ARM1

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

2016-09-05 Thread Peter Maydell
On 23 August 2016 at 10:59, Cédric Le Goater wrote: > ARM1176 CPUs support the Vector Base Address Register but currently, > qemu only supports VBAR on ARMv7 CPUs. Fix this by adding a new > feature ARM_FEATURE_VBAR which is used for ARMv7 and ARM1176 CPUs. > > Signed-off-by: Cédric Le Goater Th

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

2016-08-23 Thread Cédric Le Goater
ARM1176 CPUs support the Vector Base Address Register but currently, qemu only supports VBAR on ARMv7 CPUs. Fix this by adding a new feature ARM_FEATURE_VBAR which is used for ARMv7 and ARM1176 CPUs. Signed-off-by: Cédric Le Goater --- target-arm/cpu.c|2 ++ target-arm/cpu.h|1 +