commit | 40bc47b08b6efc8b64fef77cb46974f634215425 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Tue Sep 24 13:51:08 2019 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 26 13:20:54 2019 +0200 |
tree | 315d605ebd660099b6026e2b647f8fe7c4f415f1 | |
parent | 5f41a37b151f6459e0b650a2f4d1d59b6c02d1ab [diff] |
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>