commit | fe7f895dae4fa5725c0459b316b3e9ee814d2583 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Tue May 07 12:17:57 2019 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Jun 18 11:47:42 2019 +0200 |
tree | d1a559e0d41ecd20c2ae872fc946bd29194e8186 | |
parent | 2183f5645ae7e074ed1777f3de9a782dd23db248 [diff] |
KVM: VMX: Shadow VMCS secondary execution controls Prepare to shadow all major control fields on a per-VMCS basis, which allows KVM to avoid costly VMWRITEs when switching between vmcs01 and vmcs02. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>