Re: [Qemu-devel] [PATCH v1 04/17] target-arm: implement SCTLR.EE

2016-02-27 Thread Peter Crosthwaite
On Tue, Jan 19, 2016 at 7:58 AM, Peter Maydell wrote: > On 18 January 2016 at 07:12, Peter Crosthwaite > wrote: >> From: Peter Crosthwaite >> >> Implement SCTLR.EE bit which controls data endianess for exceptions >> and page table translations. SCTLR.EE is mirrored to the CPSR.E bit >> on except

Re: [Qemu-devel] [PATCH v1 04/17] target-arm: implement SCTLR.EE

2016-01-19 Thread Peter Maydell
On 18 January 2016 at 07:12, Peter Crosthwaite wrote: > From: Peter Crosthwaite > > Implement SCTLR.EE bit which controls data endianess for exceptions > and page table translations. SCTLR.EE is mirrored to the CPSR.E bit > on exception entry. > > Signed-off-by: Peter Crosthwaite > --- > > targ

[Qemu-devel] [PATCH v1 04/17] target-arm: implement SCTLR.EE

2016-01-17 Thread Peter Crosthwaite
From: Peter Crosthwaite Implement SCTLR.EE bit which controls data endianess for exceptions and page table translations. SCTLR.EE is mirrored to the CPSR.E bit on exception entry. Signed-off-by: Peter Crosthwaite --- target-arm/helper.c | 42 -- 1 file