From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLt8u-00075K-JL for qemu-devel@nongnu.org; Wed, 20 Jan 2016 08:49:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLt8q-0001rL-JI for qemu-devel@nongnu.org; Wed, 20 Jan 2016 08:49:48 -0500 From: "Edgar E. Iglesias" Date: Wed, 20 Jan 2016 14:49:37 +0100 Message-Id: <1453297780-12514-1-git-send-email-edgar.iglesias@gmail.com> Subject: [Qemu-devel] [PATCH v1 0/3] target-arm: Add a few more S2 MMU input checks 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, qemu-arm@nongnu.org, alex.bennee@linaro.org From: "Edgar E. Iglesias" This adds the inputsize < pamax check and also fixes the startlevel checks to apply to the 64bit translations. Comments welcome! Cheers, Edgar Edgar E. Iglesias (3): target-arm: Apply S2 MMU startlevel table size check to AArch64 target-arm: Make pamax an argument to check_s2_startlevel target-arm: Implement the S2 MMU inputsize < pamax check target-arm/helper.c | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) -- 1.9.1