From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dQwEQ-0006DJ-RV for qemu-devel@nongnu.org; Fri, 30 Jun 2017 09:45:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dQwEN-0007aR-QD for qemu-devel@nongnu.org; Fri, 30 Jun 2017 09:45:10 -0400 From: "Edgar E. Iglesias" Date: Fri, 30 Jun 2017 15:45:00 +0200 Message-Id: <1498830302-19274-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 0/2] arm: Extend PAR format determination List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, peter.maydell@linaro.org Cc: alex.bennee@linaro.org, qemu-arm@nongnu.org, edgar.iglesias@xilinx.com From: "Edgar E. Iglesias" Hi, These are a couple of patches that implement more details of the 32 vs 64bit PAR format determination for AT operations. This is due to issues we ran into when running Xen. Best regards, Edgar Edgar E. Iglesias (2): target-arm: Move the regime_xxx helpers target-arm: Extend PAR format determination target/arm/helper.c | 434 ++++++++++++++++++++++++++++------------------------ 1 file changed, 231 insertions(+), 203 deletions(-) -- 2.7.4