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

2015-05-18 Thread Peter Maydell
On 22 April 2015 at 18:09, Greg Bellows wrote: > Adds CPTR_EL2/3 system registers definitions and access function. > > Signed-off-by: Greg Bellows > > --- > > v2 -> v3 > - Broke out cptr and cpacr access functions > - Added HCPTR register entry as alias of CPTR_EL2 > - Added HCPTR and CPTR_EL2 no

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

2015-04-22 Thread Greg Bellows
Adds CPTR_EL2/3 system registers definitions and access function. Signed-off-by: Greg Bellows --- v2 -> v3 - Broke out cptr and cpacr access functions - Added HCPTR register entry as alias of CPTR_EL2 - Added HCPTR and CPTR_EL2 no_el2 register entries. - Fixed cptr_access comment --- target-ar