]> asedeno.scripts.mit.edu Git - linux.git/commit
KVM: nVMX: Use descriptive names for VMCS sync functions and flags
authorSean Christopherson <sean.j.christopherson@intel.com>
Tue, 7 May 2019 15:36:27 +0000 (08:36 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 18 Jun 2019 09:46:06 +0000 (11:46 +0200)
commit3731905ef28fc1a9240d1532b2a9efbaea205dc0
treea51af5cbf6dd66e232b7dead7b16b136e40e13f6
parentf4f8316d2ad5f93ff0ec829a893db0728b9041bd
KVM: nVMX: Use descriptive names for VMCS sync functions and flags

Nested virtualization involves copying data between many different types
of VMCSes, e.g. vmcs02, vmcs12, shadow VMCS and eVMCS.  Rename a variety
of functions and flags to document both the source and destination of
each sync.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/nested.h
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/vmx/vmx.h