Re: [PATCH v3 5/8] KVM: X86: Rename cpuid_update() to update_vcpu_model()

2020-07-08 Thread Paolo Bonzini
On 08/07/20 08:50, Xiaoyao Li wrote: > 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 update_vcpu_model(). > > Signed-off-by: Xiaoyao Li With the change suggest

[PATCH v3 5/8] KVM: X86: Rename cpuid_update() to update_vcpu_model()

2020-07-07 Thread Xiaoyao Li
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 update_vcpu_model(). Signed-off-by: Xiaoyao Li --- arch/x86/include/asm/kvm_host.h | 2 +- arch/x86/kvm/cpuid.c