Re: [Qemu-devel] [PATCH v2 5/8] target-arm: implement SCTLR.EE

2014-05-29 Thread Peter Maydell
On 29 May 2014 20:46, 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 > --- > target-arm/helper.c | 38 -- > 1 file changed, 32 insertions

[Qemu-devel] [PATCH v2 5/8] target-arm: implement SCTLR.EE

2014-05-29 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