x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments"
Now that KVM isn't littered with "struct hv_enlightenments" casts, rename the struct to "hv_vmcb_enlightenments" to highlight the fact that the struct is specifically for SVM's VMCB. No functional change intended. Signed-off-by:Sean Christopherson <seanjc@google.com> Reviewed-by:
Michael Kelley <mikelley@microsoft.com> Signed-off-by:
Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20221101145426.251680-5-vkuznets@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>
Showing
- arch/x86/include/asm/hyperv-tlfs.h 1 addition, 1 deletionarch/x86/include/asm/hyperv-tlfs.h
- arch/x86/include/asm/svm.h 1 addition, 1 deletionarch/x86/include/asm/svm.h
- arch/x86/kvm/svm/nested.c 1 addition, 1 deletionarch/x86/kvm/svm/nested.c
- arch/x86/kvm/svm/svm.h 1 addition, 1 deletionarch/x86/kvm/svm/svm.h
- arch/x86/kvm/svm/svm_onhyperv.c 1 addition, 1 deletionarch/x86/kvm/svm/svm_onhyperv.c
- arch/x86/kvm/svm/svm_onhyperv.h 3 additions, 3 deletionsarch/x86/kvm/svm/svm_onhyperv.h
- tools/testing/selftests/kvm/include/x86_64/svm.h 2 additions, 2 deletionstools/testing/selftests/kvm/include/x86_64/svm.h
- tools/testing/selftests/kvm/x86_64/hyperv_svm_test.c 1 addition, 1 deletiontools/testing/selftests/kvm/x86_64/hyperv_svm_test.c
Please register or sign in to comment