From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0B1K-0007DI-Kr for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:51:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0B1E-0001vU-Gi for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:51:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0B1E-0001vP-8V for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:51:20 -0400 Message-ID: <53AC3363.2080900@redhat.com> Date: Thu, 26 Jun 2014 16:51:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <1403355502-12288-12-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 11/11] target-arm: implement BE32 mode in system emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Il 26/06/2014 16:43, Peter Maydell ha scritto: > I wasn't expecting you to bother with the BE32 system emulation > support :-) Did you have a test case for this? No, I didn't as shown by the generally hideous quality of this patch. They asked for it on the mailing list and it was fairly easy to do, so I posted it as an addendum after the parts I actually care about for rpi. :) Paolo