This is an update of Paul Brook's patch adding support for ARM BE8 userspace binaries: http://patchwork.ozlabs.org/patch/143758/
where I've basically just fixed the nits noted in code review: * rebase * use EF_ defines rather than hardcoded constants * make bswap_code a bool for future VMSTATE macro compatibility * update comment in cpu.h about TB flags bit field usage * factor out load-code-and-swap into arm_ld*_code functions and get_user_code* macros * fix stray trailing space at end of line * added braces in disas.c to satisfy checkpatch Paul: if you'd prefer it if I backed any of these out again, do say. Otherwise (unless Riku would prefer it to go through linux-user) I will probably put this in the next target-arm pullreq in a fortnight's time. Thanks! -- PMM Paul Brook (1): Userspace ARM BE8 support Peter Maydell (1): elf.h: Update EF_ARM_ constants to newer ABI versions disas.c | 18 +++++++++++++----- elf.h | 21 +++++++++++++++++++++ linux-user/elfload.c | 1 + linux-user/main.c | 34 +++++++++++++++++++++++++++++----- linux-user/qemu.h | 1 + target-arm/cpu.h | 32 ++++++++++++++++++++++++++++++-- target-arm/helper.c | 9 +++++---- target-arm/translate.c | 11 +++++++---- 8 files changed, 107 insertions(+), 20 deletions(-)