From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtdXW-00014u-4w for qemu-devel@nongnu.org; Sun, 08 Jun 2014 09:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtdXG-0005Rw-9B for qemu-devel@nongnu.org; Sun, 08 Jun 2014 09:53:38 -0400 Received: from [2001:41c8:1:628a::89] (port=41782 helo=benson.vm.bytemark.co.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtdXG-0005Qq-3c for qemu-devel@nongnu.org; Sun, 08 Jun 2014 09:53:22 -0400 Message-ID: <1402234502.15729.200.camel@hastur.hellion.org.uk> From: Ian Campbell Date: Sun, 08 Jun 2014 14:35:02 +0100 In-Reply-To: <1402234066.15729.198.camel@hastur.hellion.org.uk> References: <538DBF83.7000807@huawei.com> <1402226797.15729.192.camel@hastur.hellion.org.uk> <1402234066.15729.198.camel@hastur.hellion.org.uk> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] AArch64 QEMU System emulation: issue with TTBR0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Claudio Fontana , Claudio Fontana , Rob Herring , QEMU Developers On Sun, 2014-06-08 at 14:27 +0100, Ian Campbell wrote: > get_phys_addr_lpae: XN == 1000 yes, PXN == 800 no > > Which I think is correct. Aha, for VMSA-v8 bit 54 is UXN unlike v7 where it is just XN. So that's the underlying bug I'm seeing I think... I'll confirm and post a patch. Ian.