Re: [Qemu-devel] [PATCH v6 25/37] target-arm: Implement AArch64 view of ACTLR

2014-04-13 Thread Peter Crosthwaite
On Fri, Apr 11, 2014 at 2:15 AM, Peter Maydell wrote: > Implement the AArch64 view of the ACTLR (auxiliary control > register). Note that QEMU internally tends to call this > AUXCR for historical reasons. > So Ive noticed that in recent patches that where registers have multiple names, new trumps

[Qemu-devel] [PATCH v6 25/37] target-arm: Implement AArch64 view of ACTLR

2014-04-10 Thread Peter Maydell
Implement the AArch64 view of the ACTLR (auxiliary control register). Note that QEMU internally tends to call this AUXCR for historical reasons. Signed-off-by: Peter Maydell --- target-arm/helper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target-arm/helper.c b/target