Re: [PATCH 08/28] nVMX: Hold a vmcs02 for each vmcs12

2010-12-09 Thread Avi Kivity
On 12/08/2010 07:04 PM, Nadav Har'El wrote: In this patch we add a list of L0 (hardware) VMCSs, which we'll use to hold a hardware VMCS for each active vmcs12 (i.e., for each L2 guest). We call each of these L0 VMCSs a vmcs02, as it is the VMCS that L0 uses to run its nested guest L2.

[PATCH 08/28] nVMX: Hold a vmcs02 for each vmcs12

2010-12-08 Thread Nadav Har'El
In this patch we add a list of L0 (hardware) VMCSs, which we'll use to hold a hardware VMCS for each active vmcs12 (i.e., for each L2 guest). We call each of these L0 VMCSs a vmcs02, as it is the VMCS that L0 uses to run its nested guest L2. Signed-off-by: Nadav Har'El n...@il.ibm.com ---