KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
authorJim Mattson <jmattson@google.com>
Tue, 30 Aug 2022 22:52:09 +0000 (15:52 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 9 Nov 2022 17:31:15 +0000 (12:31 -0500)
commitbb5c8abea09453d8b137e6613980b8e257485868
treecb318c453c7bc6b654005b76ad806c35b1783ee8
parent3adbdf81038801ee84367845e78bb1a3b36bde39
KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD

Intel and AMD have separate CPUID bits for each SPEC_CTRL bit. In the
case of every bit other than PFSD, the Intel CPUID bit has no vendor
name qualifier, but the AMD CPUID bit does. For consistency, rename
KVM_X86_FEATURE_PSFD to KVM_X86_FEATURE_AMD_PSFD.

No functional change intended.

Signed-off-by: Jim Mattson <jmattson@google.com>
Cc: Babu Moger <Babu.Moger@amd.com>
Message-Id: <20220830225210.2381310-1-jmattson@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c