git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf8179a
)
KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12
author
Nadav Har'El
<nyh@il.ibm.com>
Wed, 25 May 2011 20:10:02 +0000
(23:10 +0300)
committer
Avi Kivity
<avi@redhat.com>
Tue, 12 Jul 2011 08:45:14 +0000
(11:45 +0300)
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>
arch/x86/kvm/vmx.c
patch
|
blob
|
history
diff --cc
arch/x86/kvm/vmx.c
Simple merge