kvm: x86: Enumerate support for CLZERO instruction
authorJim Mattson <jmattson@google.com>
Tue, 24 Sep 2019 20:51:08 +0000 (13:51 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 26 Sep 2019 11:20:54 +0000 (13:20 +0200)
commit40bc47b08b6efc8b64fef77cb46974f634215425
tree315d605ebd660099b6026e2b647f8fe7c4f415f1
parent5f41a37b151f6459e0b650a2f4d1d59b6c02d1ab
kvm: x86: Enumerate support for CLZERO instruction

CLZERO is available to the guest if it is supported on the
host. Therefore, enumerate support for the instruction in
KVM_GET_SUPPORTED_CPUID whenever it is supported on the host.

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