commit | 8de48833708a7834f1ba65a80944b1045082553a | [log] [tgz] |
---|---|---|
author | Abel Gordon <abelg@il.ibm.com> | Thu Apr 18 14:37:25 2013 +0300 |
committer | Gleb Natapov <gleb@redhat.com> | Mon Apr 22 10:52:10 2013 +0300 |
tree | 0e2afad141c35ca6d1f1a5d65034ce7761c82ddb | |
parent | 145c28dd19a2a05aa798e77bd7e679847fe8bee3 [diff] |
KVM: nVMX: Allocate shadow vmcs Allocate a shadow vmcs used by the processor to shadow part of the fields stored in the software defined VMCS12 (let L1 access fields without causing exits). Note we keep a shadow vmcs only for the current vmcs12. Once a vmcs12 becomes non-current, its shadow vmcs is released. Signed-off-by: Abel Gordon <abelg@il.ibm.com> Reviewed-by: Orit Wasserman <owasserm@redhat.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>