From: Nadav Har'El Date: Wed, 25 May 2011 20:05:57 +0000 (+0300) Subject: KVM: nVMX: Add VMCS fields to the vmcs12 X-Git-Tag: v3.1-rc1~264^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22bd035868b06a614debf7352c09fb3efdc7c269;p=pandora-kernel.git KVM: nVMX: Add VMCS fields to the vmcs12 In this patch we add to vmcs12 (the VMCS that L1 keeps for L2) all the standard VMCS fields. Later patches will enable L1 to read and write these fields using VMREAD/ VMWRITE, and they will be used during a VMLAUNCH/VMRESUME in preparing vmcs02, a hardware VMCS for running L2. Signed-off-by: Nadav Har'El Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed