Re: [Xen-devel] [PATCH 10/19] xen: arm: Annotate registers trapped by CPTR_EL2.TTA

2015-04-16 Thread Ian Campbell
On Mon, 2015-04-06 at 13:10 +0200, Julien Grall wrote: > Hi Ian, > > On 31/03/2015 12:07, Ian Campbell wrote: > > Add explicit handler for 64-bit CP14 accesses, with more relevant > > debug message (as per other handlers) and to provide a place for the > > comment. > > It's a bit strange to name

Re: [Xen-devel] [PATCH 10/19] xen: arm: Annotate registers trapped by CPTR_EL2.TTA

2015-04-06 Thread Julien Grall
Hi Ian, On 31/03/2015 12:07, Ian Campbell wrote: Add explicit handler for 64-bit CP14 accesses, with more relevant debug message (as per other handlers) and to provide a place for the comment. It's a bit strange to name the patch "Annotate..." while the main change is 64-bit CP14 accesses.

[Xen-devel] [PATCH 10/19] xen: arm: Annotate registers trapped by CPTR_EL2.TTA

2015-03-31 Thread Ian Campbell
Add explicit handler for 64-bit CP14 accesses, with more relevant debug message (as per other handlers) and to provide a place for the comment. Signed-off-by: Ian Campbell --- xen/arch/arm/traps.c | 43 +- xen/include/asm-arm/perfc_defn.h |1