From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5gML-0003GH-Po for qemu-devel@nongnu.org; Thu, 18 Jun 2015 16:24:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5gMH-0008KB-DJ for qemu-devel@nongnu.org; Thu, 18 Jun 2015 16:24:25 -0400 Received: from mail-yh0-f42.google.com ([209.85.213.42]:32863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5gMH-0008Jy-95 for qemu-devel@nongnu.org; Thu, 18 Jun 2015 16:24:21 -0400 Received: by yhpn97 with SMTP id n97so64448532yhp.0 for ; Thu, 18 Jun 2015 13:24:20 -0700 (PDT) MIME-Version: 1.0 Sender: peter.crosthwaite@petalogix.com In-Reply-To: <5583154C.5020509@redhat.com> References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <5583154C.5020509@redhat.com> Date: Thu, 18 Jun 2015 13:24:20 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 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: Paolo Bonzini Cc: Peter Maydell , "qemu-devel@nongnu.org Developers" On Thu, Jun 18, 2015 at 12:00 PM, Paolo Bonzini wrote: > > > 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. > Already found that branch and have rebased it. It looks like since yesterday your merge base has changed but is not fully up to date. I have rebased to the latest. Anything to look out for specifically other than than the regime_el change? Regards, Peter > Paolo >