commit | 0c54914d0c52a15db9954a76ce80fee32cf318f4 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 19 17:24:07 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Aug 22 10:09:11 2019 +0200 |
tree | d116b990512c350646f822725690c2a208687a9c | |
parent | 50896de4be7e08fc47f857f6e0c0e9ab2654b941 [diff] |
KVM: x86: use Intel speculation bugs and features as derived in generic x86 code Similar to AMD bits, set the Intel bits from the vendor-independent feature and bug flags, because KVM_GET_SUPPORTED_CPUID does not care about the vendor and they should be set on AMD processors as well. Suggested-by: Jim Mattson <jmattson@google.com> Reviewed-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>