Re: [Qemu-devel] [PATCH v1 14/17] target-arm: implement BE32 mode in system emulation

2016-01-19 Thread Peter Maydell
On 18 January 2016 at 07:12, Peter Crosthwaite wrote: > From: Paolo Bonzini > > System emulation only has a little-endian target; BE32 mode > is implemented by adjusting the low bits of the address > for every byte and halfword load and store. 64-bit accesses > flip the low and high words. > > S

[Qemu-devel] [PATCH v1 14/17] target-arm: implement BE32 mode in system emulation

2016-01-17 Thread Peter Crosthwaite
From: Paolo Bonzini System emulation only has a little-endian target; BE32 mode is implemented by adjusting the low bits of the address for every byte and halfword load and store. 64-bit accesses flip the low and high words. Signed-off-by: Paolo Bonzini [PC changes: * rebased against master