From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0p1I-0004rr-Vz for qemu-devel@nongnu.org; Fri, 05 Jun 2015 06:38:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0p1E-00012B-0f for qemu-devel@nongnu.org; Fri, 05 Jun 2015 06:38:36 -0400 Received: from mail-qk0-x22c.google.com ([2607:f8b0:400d:c09::22c]:33363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0p1D-00011t-TN for qemu-devel@nongnu.org; Fri, 05 Jun 2015 06:38:31 -0400 Received: by qkhg32 with SMTP id g32so38199608qkh.0 for ; Fri, 05 Jun 2015 03:38:31 -0700 (PDT) From: "Edgar E. Iglesias" Date: Fri, 5 Jun 2015 20:33:35 +1000 Message-Id: <1433500421-22879-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v4 0/6] 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 From: "Edgar E. Iglesias" Hi, This is what is left of round 3 of our series towards support for EL2 for AArch64. Comments welcome! Best regards, Edgar v3 -> v4: * Add comment clarifing the unsigned/signed timer hit arithmetics * Replace GIC magic constants with macros * Slightly expanded commit messages v2 -> v3: * Use CP_ACCESS_TRAP_EL2 instead of setting target_el v1 -> v2: * Drop PAR_EL1 * Add AArch32 mappings of MAIR_EL2 * Add AArch32 mappings of TCR_EL2 * Add AArch32 mappings of SCTLR_EL2 * Add AArch32 mappings of TTBR0_EL2 * Add AArch32 mappings of TPIDR_EL2 * Add AArch32 mappings of CNTHCTL_EL2 * Add AArch32 mappings of CNTVOFF_EL2 * Tag CNTVOFF_EL2 and CNTVOFF as ARM_CP_IO * Rename TLIBALLE2 -> TLBI_ALLE2 * Break down TLB_LOCKDOWN to v7 level Edgar E. Iglesias (6): target-arm: Add CNTVOFF_EL2 target-arm: Add CNTHCTL_EL2 target-arm: Pass timeridx as argument to various timer functions target-arm: Add the Hypervisor timer hw/arm/virt: Replace magic IRQ constants with macros hw/arm/virt: Connect the Hypervisor timer hw/arm/virt.c | 13 ++- target-arm/cpu-qom.h | 1 + target-arm/cpu.c | 2 + target-arm/cpu.h | 5 +- target-arm/helper.c | 248 ++++++++++++++++++++++++++++++++++++++++++++------- 5 files changed, 235 insertions(+), 34 deletions(-) -- 1.9.1