From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7VPM-0001xl-Vu for qemu-devel@nongnu.org; Tue, 13 Mar 2012 13:21:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7VPL-0005lV-3z for qemu-devel@nongnu.org; Tue, 13 Mar 2012 13:21:12 -0400 Received: from mail-bk0-f45.google.com ([209.85.214.45]:55189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7VPK-0005lJ-R7 for qemu-devel@nongnu.org; Tue, 13 Mar 2012 13:21:11 -0400 Received: by bkcjg9 with SMTP id jg9so786621bkc.4 for ; Tue, 13 Mar 2012 10:21:08 -0700 (PDT) Message-ID: <4F5F8201.4060806@gmail.com> Date: Tue, 13 Mar 2012 21:21:05 +0400 From: Alexey Starikovskiy MIME-Version: 1.0 References: <4F5F2D50.4030703@gmail.com> <4F5F5F0F.2070206@gmail.com> <4F5F6763.8070209@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/3] Minimal ARM LPAE support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Paul Brook Minimal ARM LPAE support. Sufficient to boot Linux kernel on vexpress-a15 Missing: * Extends the DBGDRAR and DBGDSAR to 64 bits, to hold PAs of up to 40 bits. * Defines two Memory Attribute Indirection Registers, MAIRn, to replace PRRR and NMRR when using the Long-descriptor translation table format. * Provides two IMPLEMENTATION DEFINED Auxiliary Memory Attribute Indirection Registers 0 AMAIRn. Does not change behaviour of Short-descriptor format (AKA _v6)