|
@@ -407,8 +407,8 @@ static inline int __do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
|
|
|
|
|
|
/* cpuid 7.0.edx*/
|
|
/* cpuid 7.0.edx*/
|
|
const u32 kvm_cpuid_7_0_edx_x86_features =
|
|
const u32 kvm_cpuid_7_0_edx_x86_features =
|
|
- F(AVX512_4VNNIW) | F(AVX512_4FMAPS) | F(SPEC_CTRL) | F(SSBD) |
|
|
|
|
- F(ARCH_CAPABILITIES);
|
|
|
|
|
|
+ F(AVX512_4VNNIW) | F(AVX512_4FMAPS) | F(SPEC_CTRL) |
|
|
|
|
+ F(SPEC_CTRL_SSBD) | F(ARCH_CAPABILITIES);
|
|
|
|
|
|
/* all calls to cpuid_count() should be made on the same cpu */
|
|
/* all calls to cpuid_count() should be made on the same cpu */
|
|
get_cpu();
|
|
get_cpu();
|