KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()
authorXiaoyao Li <xiaoyao.li@intel.com>
Thu, 9 Jul 2020 04:34:25 +0000 (12:34 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 9 Jul 2020 11:08:18 +0000 (07:08 -0400)
commit7c1b761be029da401571e13e68fe509772309b4f
treee4fbbc8df9e67ee7106ff23e73d1f0c45a20c146
parent346ce3591db29ffd14fdbadc71e3b5eee4069f7b
KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid()

The name of callback cpuid_update() is misleading that it's not about
updating CPUID settings of vcpu but updating the configurations of vcpu
based on the CPUIDs. So rename it to vcpu_after_set_cpuid().

Signed-off-by: Xiaoyao Li <xiaoyao.li@intel.com>
Message-Id: <20200709043426.92712-5-xiaoyao.li@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/cpuid.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c