KVM: nVMX: Enable and disable shadow vmcs functionality
authorAbel Gordon <abelg@il.ibm.com>
Thu, 18 Apr 2013 11:39:55 +0000 (14:39 +0300)
committerGleb Natapov <gleb@redhat.com>
Mon, 22 Apr 2013 07:52:55 +0000 (10:52 +0300)
Once L1 loads VMCS12 we enable shadow-vmcs capability and copy all the VMCS12
shadowed fields to the shadow vmcs.  When we release the VMCS12, we also
disable shadow-vmcs capability.

Signed-off-by: Abel Gordon <abelg@il.ibm.com>
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Gleb Natapov <gleb@redhat.com>

No differences found