KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons
authorAlejandro Jimenez <alejandro.j.jimenez@oracle.com>
Mon, 6 May 2024 22:53:21 +0000 (22:53 +0000)
committerSean Christopherson <seanjc@google.com>
Wed, 5 Jun 2024 13:18:28 +0000 (06:18 -0700)
commitf992572120fbec26c29f93fa2675ac34a0df369e
tree84e3558528cdec700607bd7fefa0d03740b711aa
parent69148ccec679195f37c10af405eb5016eaf03992
KVM: x86: Keep consistent naming for APICv/AVIC inhibit reasons

Keep kvm_apicv_inhibit enum naming consistent with the current pattern by
renaming the reason/enumerator defined as APICV_INHIBIT_REASON_DISABLE to
APICV_INHIBIT_REASON_DISABLED.

No functional change intended.

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Alejandro Jimenez <alejandro.j.jimenez@oracle.com>
Link: https://lore.kernel.org/r/20240506225321.3440701-3-alejandro.j.jimenez@oracle.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/svm/svm.h
arch/x86/kvm/vmx/main.c
arch/x86/kvm/x86.c