From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v2 1/6] x86/EPT: don't walk entire page tables when globally changing types Date: Fri, 25 Apr 2014 15:37:43 -0400 Message-ID: <20140425193743.GC27938@phenom.dumpdata.com> References: <53567B1C020000780000AB8C@nat28.tlf.novell.com> <53567C85020000780000ABA3@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wdlwb-0005Ma-Gs for xen-devel@lists.xenproject.org; Fri, 25 Apr 2014 19:37:57 +0000 Content-Disposition: inline In-Reply-To: <53567C85020000780000ABA3@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Kevin Tian , Keir Fraser , Jun Nakajima , Tim Deegan , Eddie Dong , suravee.suthikulpanit@amd.com, xen-devel , Boris Ostrovsky List-Id: xen-devel@lists.xenproject.org > --- a/xen/include/asm-x86/hvm/vmx/vmx.h > +++ b/xen/include/asm-x86/hvm/vmx/vmx.h > @@ -38,7 +38,7 @@ typedef union { > ipat : 1, /* bit 6 - Ignore PAT memory type */ > sp : 1, /* bit 7 - Is this a superpage? */ > rsvd1 : 2, /* bits 9:8 - Reserved for future use */ > - avail1 : 1, /* bit 10 - Software available 1 */ > + recalc : 1, /* bit 10 - Software available 1 */ The comment probably needs an update.