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>
This commit is contained in:

committed by
Paolo Bonzini

parent
f4f8316d2a
commit
3731905ef2
@@ -113,7 +113,7 @@ struct nested_vmx {
|
||||
* Indicates if the shadow vmcs or enlightened vmcs must be updated
|
||||
* with the data held by struct vmcs12.
|
||||
*/
|
||||
bool need_vmcs12_sync;
|
||||
bool need_vmcs12_to_shadow_sync;
|
||||
bool dirty_vmcs12;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user