Re: [Qemu-devel] [PATCH v3 06/11] target-arm: implement SCTLR.EE

2014-06-26 Thread Peter Maydell
On 21 June 2014 13:58, Paolo Bonzini wrote: > Set CPSR.E to SCTLR.EE on exception, and use SCTLR.EE also to > determine endianness for loads during TLB misses. > > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH v3 06/11] target-arm: implement SCTLR.EE

2014-06-21 Thread Paolo Bonzini
Set CPSR.E to SCTLR.EE on exception, and use SCTLR.EE also to determine endianness for loads during TLB misses. Signed-off-by: Paolo Bonzini --- target-arm/helper.c | 38 -- 1 file changed, 32 insertions(+), 6 deletions(-) diff --git a/target-arm/helper.c b/t