From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie Dong Subject: [PATCH 00 of 20] NestedVMX support Date: Thu, 02 Jun 2011 16:57:13 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim.Deegan@citrix.com Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This patch series enable the nestedvmx support. patch 1-2 is a pre-cleanup. patch 3 is for nested vmx data structure patch 4 for nestedhvm ops patch 5, 7,8,9, 10, 11 is for VMX instruction emulation patch 6 for virtual VMCS data structure and access APIs. patch 12 for VMCS switching Patch 13 for vmreseume/launch emulation patch 14 for shadow control VMCS fields patch 15 for n1/n2 guest VMCS switch patch 16 for interrupt/exceptions patch 17 for nested vm exit patch 18 for lazy FPU and patch 19 VMXE bits in CR4 patch 20 for MSR handling and capability Thanks, Eddie