Re: [Qemu-devel] [PATCH v5 22/33] target-arm: add TCR_EL3 and make TTBCR banked

2014-10-01 Thread Greg Bellows
Thanks Edgar. I'm okay with array notation (I think we agreed to that) as long as we are okay with the extra padding which should be minor. I will update the few fields that can and should be arrays. Greg On 30 September 2014 18:18, Edgar E. Iglesias wrote: > On Tue, Sep 30, 2014 at 04:49:34P

Re: [Qemu-devel] [PATCH v5 22/33] target-arm: add TCR_EL3 and make TTBCR banked

2014-09-30 Thread Edgar E. Iglesias
On Tue, Sep 30, 2014 at 04:49:34PM -0500, Greg Bellows wrote: > From: Fabian Aggeler > > Adds TCR_EL3 system register and makes existing TTBCR banked. Adjust > translation functions to use TCR/TTBCR instance depending on CPU state. > > Signed-off-by: Fabian Aggeler > Signed-off-by: Greg Bellows

[Qemu-devel] [PATCH v5 22/33] target-arm: add TCR_EL3 and make TTBCR banked

2014-09-30 Thread Greg Bellows
From: Fabian Aggeler Adds TCR_EL3 system register and makes existing TTBCR banked. Adjust translation functions to use TCR/TTBCR instance depending on CPU state. Signed-off-by: Fabian Aggeler Signed-off-by: Greg Bellows -- v4 -> v5 - Changed c2_mask updates to use the TTBCR cpreg bank