From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnzVe-0002RW-4J for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:36:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnzVY-0006mP-TE for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:36:05 -0500 Received: from mail-yh0-f41.google.com ([209.85.213.41]:51627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnzVY-0006mL-Om for qemu-devel@nongnu.org; Tue, 03 Dec 2013 18:36:00 -0500 Received: by mail-yh0-f41.google.com with SMTP id f11so10889660yha.28 for ; Tue, 03 Dec 2013 15:35:25 -0800 (PST) Sender: Richard Henderson Message-ID: <529E6AB5.6090300@twiddle.net> Date: Wed, 04 Dec 2013 12:35:17 +1300 From: Richard Henderson MIME-Version: 1.0 References: <1386107477-24165-1-git-send-email-peter.maydell@linaro.org> <1386107477-24165-3-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1386107477-24165-3-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 02/12] target-arm: A64: add set_pc cpu method List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: patches@linaro.org, Michael Matz , Alexander Graf , C Fontana , Dirk Mueller , Laurent Desnogues , kvmarm@lists.cs.columbia.edu On 12/04/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > When executing translation blocks we need to be able to recover > our program counter. Add a method to set it for AArch64 CPUs. > This covers user-mode, but for system mode emulation we will > need to check if the CPU is in an AArch32 execution state. > > Signed-off-by: Alexander Graf > Signed-off-by: Peter Maydell > --- > target-arm/cpu64.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) Reviewed-by: Richard Henderson r~