KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables
authorSean Christopherson <seanjc@google.com>
Thu, 22 Apr 2021 02:11:17 +0000 (19:11 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Apr 2021 09:27:15 +0000 (05:27 -0400)
commit8d364a0792dd95d10183f25d277f4a7dec159dad
tree192344e0eb375ffc1ef9c9557dcf1d0e2efa6484
parentd9db0fd6c5c9fa7c9a462a2c54d5e91455a74fca
KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variables

Rename sev and sev_es to sev_enabled and sev_es_enabled respectively to
better align with other KVM terminology, and to avoid pseudo-shadowing
when the variables are moved to sev.c in a future patch ('sev' is often
used for local struct kvm_sev_info pointers.

No functional change intended.

Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Reviewed-by: Brijesh Singh <brijesh.singh@amd.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20210422021125.3417167-8-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/sev.c