From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7AWO-0004Dl-1U for qemu-devel@nongnu.org; Mon, 22 Jun 2015 18:48:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7AWG-0002r9-Ch for qemu-devel@nongnu.org; Mon, 22 Jun 2015 18:48:55 -0400 Received: from mail-yk0-f176.google.com ([209.85.160.176]:35977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7AWG-0002r5-8q for qemu-devel@nongnu.org; Mon, 22 Jun 2015 18:48:48 -0400 Received: by ykdr198 with SMTP id r198so139296053ykd.3 for ; Mon, 22 Jun 2015 15:48:47 -0700 (PDT) MIME-Version: 1.0 Sender: peter.crosthwaite@petalogix.com In-Reply-To: <53AC2B9B.40801@redhat.com> References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <1403355502-12288-5-git-send-email-pbonzini@redhat.com> <53AC2B9B.40801@redhat.com> Date: Mon, 22 Jun 2015 15:48:46 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 04/11] linux-user: arm: set CPSR.E correctly for BE8 mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: Peter Maydell , QEMU Developers On Thu, Jun 26, 2014 at 7:18 AM, Paolo Bonzini wrote: > Il 26/06/2014 16:15, Peter Maydell ha scritto: >> >> (There is code for handling CPSR_E in the kernel's start_thread() >> macro but that is actually only called for starting new >> processes, AFAICT.) > > > Yes, you're right. > So I am struggling on figuring out the need to have this extra state of signal_cpsr_e. Is it still needed and to follow up, would something similar be needed for SCTLR.E0E on AA64 support? Regards, Peter > Paolo >