Re: [PATCH 09/28] nVMX: Add VMCS fields to the vmcs12

2010-12-10 Thread Nadav Har'El
On Thu, Dec 09, 2010, Avi Kivity wrote about Re: [PATCH 09/28] nVMX: Add VMCS fields to the vmcs12: And please address all my earlier comments, there's no point in me reviewing the same thing again and again. Hi, Agreed. Like I said previously, I am keeping a detailed list of things you

Re: [PATCH 09/28] nVMX: Add VMCS fields to the vmcs12

2010-12-09 Thread Avi Kivity
On 12/08/2010 07:04 PM, Nadav Har'El wrote: In this patch we add to vmcs12 (the VMCS that L1 keeps for L2) all the standard VMCS fields. These fields are encapsulated in a struct vmcs_fields. Later patches will enable L1 to read and write these fields using VMREAD/ VMWRITE, and they will be