Re: [Qemu-devel] [PATCH] Userspace ARM BE8 support

2012-03-05 Thread Peter Maydell
On 29 February 2012 15:40, Paul Brook wrote: > Add support for ARM BE8 userspace binaries. > i.e. big-endian data and little-endian code. > In principle LE8 mode is also possible, but AFAIK has never actually > been implemented/used. There seems to have been an LE8 flag in the ARM ELF spec at one

Re: [Qemu-devel] [PATCH] Userspace ARM BE8 support

2012-03-01 Thread Andreas Färber
Am 29.02.2012 16:40, schrieb Paul Brook: > Add support for ARM BE8 userspace binaries. > i.e. big-endian data and little-endian code. > In principle LE8 mode is also possible, but AFAIK has never actually > been implemented/used. > > System emulation doesn't have any useable big-endian board model

[Qemu-devel] [PATCH] Userspace ARM BE8 support

2012-02-29 Thread Paul Brook
Add support for ARM BE8 userspace binaries. i.e. big-endian data and little-endian code. In principle LE8 mode is also possible, but AFAIK has never actually been implemented/used. System emulation doesn't have any useable big-endian board models, but should in principle work once you fix that. Dy