On 03/03/2016 16:25, Peter Maydell wrote: > On 2 March 2016 at 06:56, Peter Crosthwaite <crosthwaitepe...@gmail.com> > 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 and BE32 in both linux-user mode (for >> regressions) and system mode (BE8 and BE32 are new here). >> My test application is here, the README gives some example command >> lines you can run: >> >> https://github.com/pcrost/arm-be-test >> >> Regards, >> Peter >> >> Changed since v1: >> Addressed PMM review >> Added doc comments to new/changed loader.h APIs > > Thanks for the respin. For the remaining patches: > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> > > Since there were only a couple of comment typos I'm planning to > apply this series to target-arm.next (and send a pullreq tomorrow > I expect).
Yay, thanks Peter (both of you)! Paolo