commit | fe3ef05c7572d68721c1ddd4d36009611f565ba2 | [log] [tgz] |
---|---|---|
author | Nadav Har'El <nyh@il.ibm.com> | Wed May 25 23:10:02 2011 +0300 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:14 2011 +0300 |
tree | a26236a08fa32a1d312842e88380a24a4f5189c9 | |
parent | bf8179a011d40e7322d34440039b5e86a0d03aed [diff] |
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 <nyh@il.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>