From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXxJI-0004pG-3i for qemu-devel@nongnu.org; Tue, 17 Mar 2015 15:37:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXxJE-00043x-QO for qemu-devel@nongnu.org; Tue, 17 Mar 2015 15:37:52 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:34956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXxJE-00043p-Jl for qemu-devel@nongnu.org; Tue, 17 Mar 2015 15:37:48 -0400 Received: by labjg1 with SMTP id jg1so17916137lab.2 for ; Tue, 17 Mar 2015 12:37:48 -0700 (PDT) Date: Tue, 17 Mar 2015 20:38:16 +0100 From: Christoffer Dall Message-ID: <20150317193816.GB23225@cbox> References: <1426620735-2454-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426620735-2454-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH v2] target-arm: Store SPSR_EL1 state in banked_spsr[1] (SPSR_svc) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: kvmarm@lists.cs.columbia.edu, Greg Bellows , Alex =?iso-8859-1?Q?Benn=E9e?= , qemu-devel@nongnu.org, patches@linaro.org On Tue, Mar 17, 2015 at 07:32:15PM +0000, Peter Maydell wrote: > The AArch64 SPSR_EL1 register is architecturally mandated to > be mapped to the AArch32 SPSR_svc register. This means its > state should live in QEMU's env->banked_spsr[1] field. > Correct the various places in the code that incorrectly > put it in banked_spsr[0]. > > Signed-off-by: Peter Maydell Reviewed-by: Christoffer Dall Alex, will you respin the SPSR patch based on this one then? You can change the authorship on the SPSR patch to yourself if you prefer. Thanks, -Christoffer