From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5qOu-0001tm-04 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:07:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5qOp-0006Of-UH for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59994) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5qOp-0006Ob-P3 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 03:07:39 -0400 Message-ID: <5583BFB6.6050303@redhat.com> Date: Fri, 19 Jun 2015 09:07:34 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <5583154C.5020509@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 22:24, Peter Crosthwaite wrote: >> > >> > 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. Yes, the one before was tested but older. This one is not tested but includes the EL2/EL3 chanes. > I have rebased to the latest. Anything to look out for specifically > other than than the regime_el change? I can't think of anything else. Paolo