Re: [Qemu-devel] [PATCH 4/4] target-arm: Implement missing ACTLR registers

2015-08-16 Thread Edgar E. Iglesias
On Thu, Jul 30, 2015 at 07:36:38PM +0100, Peter Maydell wrote: > We already implemented ACTLR_EL1; add the missing ACTLR_EL2 and > ACTLR_EL3, for consistency. > > Since we don't currently have any CPUs that need the EL2/EL3 > versions to reset to non-zero values, implement as RAZ/WI. > > Signed-o

[Qemu-devel] [PATCH 4/4] target-arm: Implement missing ACTLR registers

2015-07-30 Thread Peter Maydell
We already implemented ACTLR_EL1; add the missing ACTLR_EL2 and ACTLR_EL3, for consistency. Since we don't currently have any CPUs that need the EL2/EL3 versions to reset to non-zero values, implement as RAZ/WI. Signed-off-by: Peter Maydell --- target-arm/helper.c | 21 +++-- 1