From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIFJz-0006i1-E7 for qemu-devel@nongnu.org; Wed, 20 Mar 2013 05:28:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIFJy-0000cF-7Z for qemu-devel@nongnu.org; Wed, 20 Mar 2013 05:28:35 -0400 Received: from mel.act-europe.fr ([194.98.77.210]:57137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIFJy-0000c7-1e for qemu-devel@nongnu.org; Wed, 20 Mar 2013 05:28:34 -0400 Message-ID: <51498137.7050806@adacore.com> Date: Wed, 20 Mar 2013 10:28:23 +0100 From: Fabien Chouteau MIME-Version: 1.0 References: <1363692087-28432-1-git-send-email-chouteau@adacore.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V2 0/3] ARM: Misc ARM big-endian bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: paul@codesourcery.com, qemu-devel@nongnu.org, afaerber@suse.de On 03/19/2013 12:30 PM, Peter Maydell wrote: > On 19 March 2013 11:21, Fabien Chouteau wrote: >> v2: >> - I drop the the CPSR.E/SCTLR.E/SCTLR.IE patch. The issue is still too >> complex for me to submit a good patch. >> >> - Fix the GDB byte order for 64bits registers >> >> Fabien Chouteau (3): >> QAPI: Add ARMEB target-type >> Add default config for armeb-softmmu > > Hi Fabien. I'm afraid I don't want to take these two unless they > come attached to an actual cpu and board model that use them. > Otherwise they're really just half-a-feature, I think. > Well these patches are very small, but I think it can help people to get started. I submitted them because I thought it was a regression to not be able to build qemu-system-armeb. Regards, -- Fabien Chouteau