From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AVC-0007Te-L1 for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:18:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0AV6-0005FF-2k for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:18:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0AV5-0005Eq-Rb for qemu-devel@nongnu.org; Thu, 26 Jun 2014 10:18:08 -0400 Message-ID: <53AC2B9B.40801@redhat.com> Date: Thu, 26 Jun 2014 16:18:03 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1403355502-12288-1-git-send-email-pbonzini@redhat.com> <1403355502-12288-5-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 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: Peter Maydell Cc: QEMU Developers 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. Paolo