From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1abVMr-0004Cm-3c for qemu-devel@nongnu.org; Thu, 03 Mar 2016 10:40:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1abVMm-0002Sf-Rd for qemu-devel@nongnu.org; Thu, 03 Mar 2016 10:40:45 -0500 References: From: Paolo Bonzini Message-ID: <56D85AE7.4060806@redhat.com> Date: Thu, 3 Mar 2016 16:40:23 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 00/18] ARM big-endian and setend support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , Peter Crosthwaite Cc: Peter Crosthwaite , Stefan Weil , QEMU Developers , Andrew Baumann , Alistair Francis , sridhar kulkarni , qemu-arm , =?UTF-8?Q?Piotr_Kr=c3=b3l?= 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 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 > > 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