From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNggs-0003NS-Nj for qemu-devel@nongnu.org; Mon, 25 Jan 2016 07:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNggr-00012Z-SI for qemu-devel@nongnu.org; Mon, 25 Jan 2016 07:56:18 -0500 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:35157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNggr-00012N-OX for qemu-devel@nongnu.org; Mon, 25 Jan 2016 07:56:17 -0500 Received: by mail-vk0-x22f.google.com with SMTP id k1so73042944vkb.2 for ; Mon, 25 Jan 2016 04:56:17 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1453456243-19879-2-git-send-email-edgar.iglesias@gmail.com> References: <1453456243-19879-1-git-send-email-edgar.iglesias@gmail.com> <1453456243-19879-2-git-send-email-edgar.iglesias@gmail.com> From: Peter Maydell Date: Mon, 25 Jan 2016 12:55:57 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/3] target-arm: Apply S2 MMU startlevel table size check to AArch64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Edgar E. Iglesias" Cc: Edgar Iglesias , qemu-arm , =?UTF-8?B?QWxleCBCZW5uw6ll?= , QEMU Developers On 22 January 2016 at 09:50, Edgar E. Iglesias w= rote: > From: "Edgar E. Iglesias" > > The S2 starting level table size check applies to both AArch32 > and AArch64. Move it to common code. > > Reviewed-by: Alex Benn=C3=A9e > Signed-off-by: Edgar E. Iglesias Reviewed-by: Peter Maydell thanks -- PMM