From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: Re: [PATCH v5 00/10] Nested VMX: Add virtual EPT & VPID support to L1 VMM Date: Thu, 10 Jan 2013 12:46:14 +0000 Message-ID: <20130110124614.GC99373@ocelot.phlegethon.org> References: <1357704984-11614-1-git-send-email-xiantao.zhang@intel.com> <50ED64B102000078000B4029@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <50ED64B102000078000B4029@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: keir@xen.org, eddie.dong@intel.com, Xiantao Zhang , jun.nakajima@intel.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org At 11:38 +0000 on 09 Jan (1357731489), Jan Beulich wrote: > >>> On 09.01.13 at 05:16, Xiantao Zhang wrote: > > Zhang Xiantao (10): > > nestedhap: Change hostcr3 and p2m->cr3 to meaningful words > > nestedhap: Change nested p2m's walker to vendor-specific > > nested_ept: Implement guest ept's walker > > EPT: Make ept data structure or operations neutral > > nEPT: Try to enable EPT paging for L2 guest. > > nEPT: Sync PDPTR fields if L2 guest in PAE paging mode > > nEPT: Use minimal permission for nested p2m. > > nEPT: handle invept instruction from L1 VMM > > nVMX: virutalize VPID capability to nested VMM. > > nEPT: Expose EPT & VPID capablities to L1 VMM > > Jun, Eddie - any opinion on the VMX parts of this (Tim already > acked most of the mm ones, and I'm sure will take care of the > few remaining ones)? Indeed - Acked-by: Tim Deegan for #3, #4, #7 and #10, which I believe covers all of them. Cheers, Tim.