KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Jun 2019 08:32:57 +0000 (10:32 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 5 Jul 2019 11:48:45 +0000 (13:48 +0200)
commit60cec433c485564bd7caac38a9df5c1ed79ee560
treee40ac84ac0ccfbb13220f989d710be4aa623cbdb
parent50a9e1a4b1dece60fd79ecdee25db01274a7f291
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param

The has_leaf_count member was originally added for KVM's paravirtualization
CPUID leaves.  However, since then the leaf count _has_ been added to those
leaves as well, so we can drop that special case.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/cpuid.c