From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5f3G-0007Lu-93 for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:00:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5f3A-0007LZ-GF for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:00:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5f3A-0007LD-Ax for qemu-devel@nongnu.org; Thu, 18 Jun 2015 15:00:32 -0400 Message-ID: <5583154C.5020509@redhat.com> Date: Thu, 18 Jun 2015 21:00:28 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/11] implement dynamic endianness switching List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Maydell , "qemu-devel@nongnu.org Developers" On 18/06/2015 20:37, Peter Crosthwaite wrote: > I'm playing with this patch series to see if I can get it working for > a BE ARMv8 guest I have but there are complications now that we > support multiple ELs. > > I'll make some notes on the patches. > > In my rebasing, I am dropping the BE32 support for the moment to see > if I can just get a minimal BE8 thing going. I'm pushing everything I have to tcg-arm-setend on my github repo. Paolo