From: Nadav Har'El Date: Wed, 25 May 2011 20:10:02 +0000 (+0300) Subject: KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12 X-Git-Tag: v3.1-rc1~264^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3ef05c7572d68721c1ddd4d36009611f565ba2;p=pandora-kernel.git KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12 This patch contains code to prepare the VMCS which can be used to actually run the L2 guest, vmcs02. prepare_vmcs02 appropriately merges the information in vmcs12 (the vmcs that L1 built for L2) and in vmcs01 (our desires for our own guests). Signed-off-by: Nadav Har'El Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed