Re: [Qemu-devel] [PATCH v2 00/18] ARM big-endian and setend support

2016-03-03 Thread Paolo Bonzini
On 03/03/2016 16:25, Peter Maydell wrote: > On 2 March 2016 at 06:56, Peter Crosthwaite > wrote: >> Hi All, >> >> This patch series adds system-mode big-endian support for ARM. It also >> implements the setend instruction, and loading of BE binaries even in >> LE emulation mode. >> >> Based on

Re: [Qemu-devel] [PATCH v2 00/18] ARM big-endian and setend support

2016-03-03 Thread Peter Maydell
On 2 March 2016 at 06:56, Peter Crosthwaite wrote: > Hi All, > > This patch series adds system-mode big-endian support for ARM. It also > implements the setend instruction, and loading of BE binaries even in > LE emulation mode. > > Based on Paolo's original work. > > I have tested all of LE, BE8

[Qemu-devel] [PATCH v2 00/18] ARM big-endian and setend support

2016-03-01 Thread Peter Crosthwaite
Hi All, This patch series adds system-mode big-endian support for ARM. It also implements the setend instruction, and loading of BE binaries even in LE emulation mode. Based on Paolo's original work. I have tested all of LE, BE8 and BE32 in both linux-user mode (for regressions) and system mode