Re: [Qemu-devel] [[PATCH] 4/7] target-arm: Add AArch64 CPTR registers

2015-04-20 Thread Greg Bellows
On Thu, Apr 16, 2015 at 1:00 PM, Peter Maydell wrote: > On 27 March 2015 at 19:10, Greg Bellows wrote: > > Adds CPTR_EL2/3 system registers definitions and access function. > > > > Signed-off-by: Greg Bellows > > --- > > target-arm/cpu.h| 18 +- > > target-arm/helper.c | 43

Re: [Qemu-devel] [[PATCH] 4/7] target-arm: Add AArch64 CPTR registers

2015-04-16 Thread Peter Maydell
On 27 March 2015 at 19:10, Greg Bellows wrote: > Adds CPTR_EL2/3 system registers definitions and access function. > > Signed-off-by: Greg Bellows > --- > target-arm/cpu.h| 18 +- > target-arm/helper.c | 43 ++- > 2 files changed, 59 in

[Qemu-devel] [[PATCH] 4/7] target-arm: Add AArch64 CPTR registers

2015-03-27 Thread Greg Bellows
Adds CPTR_EL2/3 system registers definitions and access function. Signed-off-by: Greg Bellows --- target-arm/cpu.h| 18 +- target-arm/helper.c | 43 ++- 2 files changed, 59 insertions(+), 2 deletions(-) diff --git a/target-arm/cpu.h b/