From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXau1-0000Qo-NZ for qemu-devel@nongnu.org; Thu, 03 Sep 2015 16:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXaty-0006kl-Ir for qemu-devel@nongnu.org; Thu, 03 Sep 2015 16:14:33 -0400 Received: from mail-oi0-x233.google.com ([2607:f8b0:4003:c06::233]:35368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXaty-0006kO-EZ for qemu-devel@nongnu.org; Thu, 03 Sep 2015 16:14:30 -0400 Received: by oiww128 with SMTP id w128so453371oiw.2 for ; Thu, 03 Sep 2015 13:14:29 -0700 (PDT) From: "Edgar E. Iglesias" Date: Thu, 3 Sep 2015 22:14:16 +0200 Message-Id: <1441311266-8644-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 00/10] arm: Steps towards EL2 support round 4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: edgar.iglesias@xilinx.com, serge.fdrv@gmail.com, alex.bennee@linaro.org, agraf@suse.de From: "Edgar E. Iglesias" Hi, This is another series with small steps towards EL2 emulation. Patch 1 is just for debugging convinience. Patch 2 is a bug-fix. Patches 3 and on add regs and a few small steps towards 2-stage MMU. Comments welcome! Best regards, Edgar Edgar E. Iglesias (10): target-arm: Log the target EL when taking exceptions target-arm: Correct opc1 for AT_S12Exx target-arm: Add AArch64 access to PAR_EL1 target-arm: Add VTCR_EL2 target-arm: Add VTTBR_EL2 target-arm: Supress TBI for S2 translations target-arm: Supress the use of TTBR1 for S2 translations target-arm: Supress EPD for S2, EL2 and EL3 translations target-arm: Add VPIDR_EL2 target-arm: Add VMPIDR_EL2 target-arm/cpu.h | 4 ++ target-arm/helper-a64.c | 3 +- target-arm/helper.c | 144 ++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 138 insertions(+), 13 deletions(-) -- 1.9.1