From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQJa-0001p1-NK for qemu-devel@nongnu.org; Thu, 05 Feb 2015 12:34:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJQJX-0002JV-FN for qemu-devel@nongnu.org; Thu, 05 Feb 2015 12:34:06 -0500 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:42992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQJX-0002JP-8c for qemu-devel@nongnu.org; Thu, 05 Feb 2015 12:34:03 -0500 Received: by mail-wg0-f43.google.com with SMTP id y19so8928289wgg.2 for ; Thu, 05 Feb 2015 09:34:02 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54D3A986.10401@redhat.com> Date: Thu, 05 Feb 2015 18:33:58 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1401392813-29645-1-git-send-email-pbonzini@redhat.com> <5453F675.6030105@weilnetz.de> In-Reply-To: <5453F675.6030105@weilnetz.de> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/8] target-arm/linux-user-arm: implement setend, CPSR.E, SCTLR.EE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , qemu-devel@nongnu.org Cc: Peter Maydell On 31/10/2014 21:52, Stefan Weil wrote: > I'd appreciate if this series could be applied to git master, but it > looks like it needs to be rebased and fixed for the last few patches. Peter, I'm rebasing this and I'm unsure how SCTLR.EE should behave wrt EL2. When setting CPSR_E from SCTLR.EE, should I use A32_BANKED_CURRENT_REG_GET or env->sctlr[MAX(arm_current_el(env), 1])? And similarly, for the page-table walks does EL2 use the EL3 (sctlr_s) or EL2 (hsctlr) value? Thanks, Paolo