From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cK2cw-0003jB-GA for qemu-devel@nongnu.org; Thu, 22 Dec 2016 07:37:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cK2ct-0003Ph-B4 for qemu-devel@nongnu.org; Thu, 22 Dec 2016 07:37:42 -0500 Received: from mail-wm0-x244.google.com ([2a00:1450:400c:c09::244]:34409) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cK2ct-0003PK-34 for qemu-devel@nongnu.org; Thu, 22 Dec 2016 07:37:39 -0500 Received: by mail-wm0-x244.google.com with SMTP id g23so36011009wme.1 for ; Thu, 22 Dec 2016 04:37:38 -0800 (PST) Date: Thu, 22 Dec 2016 15:37:35 +0300 From: "Kirill A. Shutemov" Message-ID: <20161222123735.GA27861@node.shutemov.name> References: <20161215001305.146807-1-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] x86: implement la57 paging mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "Kirill A. Shutemov" , Richard Henderson , Eduardo Habkost , qemu-devel@nongnu.org On Fri, Dec 16, 2016 at 01:59:36PM +0100, Paolo Bonzini wrote: > > > On 15/12/2016 01:13, Kirill A. Shutemov wrote: > > The new paging more is extension of IA32e mode with more additional page > > table level. > > > > It brings support of 57-bit vitrual address space (128PB) and 52-bit > > physical address space (4PB). > > > > The structure of new page table level is identical to pml4. > > > > The feature is enumerated with CPUID.(EAX=07H, ECX=0):ECX[bit 16]. > > > > CR4.LA57[bit 12] need to be set when pageing enables to activate 5-level > > paging mode. > > > > Signed-off-by: Kirill A. Shutemov > > Looks good, thanks! The target-i386/translate.c bits are not necessary, > but I guess they can also be removed on commit. Is there anything else I need to do to make it applied? -- Kirill A. Shutemov