Re: [PATCH 1/5] KVM: cpuid: do_cpuid_ent works on a whole CPUID function

2019-07-08 Thread Jing Liu
Hi Paolo, On 7/4/2019 10:07 PM, Paolo Bonzini wrote: Rename it as well as __do_cpuid_ent and __do_cpuid_ent_emulated to have "func" in its name, and drop the index parameter which is always 0. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/cpuid.c | 89 +---

[PATCH 1/5] KVM: cpuid: do_cpuid_ent works on a whole CPUID function

2019-07-04 Thread Paolo Bonzini
Rename it as well as __do_cpuid_ent and __do_cpuid_ent_emulated to have "func" in its name, and drop the index parameter which is always 0. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/cpuid.c | 89 +--- 1 file changed, 42 insertions(+), 47 deletions(-)