From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsQar-0006nj-Jb for qemu-devel@nongnu.org; Wed, 13 May 2015 02:56:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsQam-0008Q9-GK for qemu-devel@nongnu.org; Wed, 13 May 2015 02:56:37 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:33106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsQam-0008Py-BV for qemu-devel@nongnu.org; Wed, 13 May 2015 02:56:32 -0400 Received: by oica37 with SMTP id a37so24262141oic.0 for ; Tue, 12 May 2015 23:56:31 -0700 (PDT) From: "Edgar E. Iglesias" Date: Wed, 13 May 2015 16:52:25 +1000 Message-Id: <1431499963-1019-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 00/18] arm: Steps towards EL2 support round 3 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, greg.bellows@linaro.org From: "Edgar E. Iglesias" Hi, This is round 3 of our series towards support for EL2 for AArch64. This series depends on Gregs exception target el infrastructure patch series that is not yet upstream. P0 - P2 are fixes without dependencies. P3 is probably something that should be fixed in Gregs series. P4 and on add a bunch of EL2 regs and timer features. Comments welcome! Best regards, Edgar Edgar E. Iglesias (18): target-arm: Correct accessfn for CNTP_{CT}VAL_EL0 target-arm: Correct accessfn for CNTV_TVAL_EL0 target-arm: Remove unneeded '+' target-arm: Route timer access traps to EL1 target-arm: Add MAIR_EL2 target-arm: Add TCR_EL2 target-arm: Add SCTLR_EL2 target-arm: Add TTBR0_EL2 target-arm: Add TLBI_ALLE1{IS} target-arm: Add TLBIALLE2 target-arm: Add TPIDR_EL2 target-arm: Add TLBI_VAE2{IS} target-arm: Add access to PAR_EL1 target-arm: Add CNTVOFF_EL2 target-arm: Add CNTHCTL_EL2 target-arm: Pass timeridx as argument to various timer functions target-arm: Add HYP timer hw/arm/virt: Connect the Hypervisor timer hw/arm/virt.c | 3 + target-arm/cpu-qom.h | 1 + target-arm/cpu.c | 2 + target-arm/cpu.h | 5 +- target-arm/helper.c | 309 +++++++++++++++++++++++++++++++++++++++++++++------ 5 files changed, 288 insertions(+), 32 deletions(-) -- 1.9.1