From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLagF-00085c-Ma for qemu-devel@nongnu.org; Tue, 19 Jan 2016 13:07:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLagC-0000Ul-C2 for qemu-devel@nongnu.org; Tue, 19 Jan 2016 13:06:57 -0500 Received: from mail-vk0-x22a.google.com ([2607:f8b0:400c:c05::22a]:32963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLagC-0000UQ-7P for qemu-devel@nongnu.org; Tue, 19 Jan 2016 13:06:56 -0500 Received: by mail-vk0-x22a.google.com with SMTP id e64so16725630vkg.0 for ; Tue, 19 Jan 2016 10:06:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Tue, 19 Jan 2016 18:06:34 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 00/17] ARM big-endian and setend support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Crosthwaite , QEMU Developers , Alistair Francis , sridhar kulkarni , qemu-arm , Paolo Bonzini , =?UTF-8?Q?Piotr_Kr=C3=B3l?= On 18 January 2016 at 07:12, 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 moved all the BE32 related work > to the back of the series. Multiple parties are interested in the BE8 > work just on its own, so that could potentially be merged w/o BE32. > PMM requested BE32 be at least thought out architecturally, so this > series sees BE32 functionality through. > > 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 Thanks for picking this up again. I've sent out my review comments on it now. -- PMM