File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1152,6 +1152,7 @@ void kvm_set_cpu_caps(void)
1152
1152
1153
1153
kvm_cpu_cap_init (CPUID_8000_0021_EAX ,
1154
1154
F (NO_NESTED_DATA_BP ),
1155
+ F (WRMSR_XX_BASE_NS ),
1155
1156
/*
1156
1157
* Synthesize "LFENCE is serializing" into the AMD-defined entry
1157
1158
* in KVM's supported CPUID, i.e. if the feature is reported as
@@ -1165,10 +1166,12 @@ void kvm_set_cpu_caps(void)
1165
1166
SYNTHESIZED_F (LFENCE_RDTSC ),
1166
1167
/* SmmPgCfgLock */
1167
1168
F (NULL_SEL_CLR_BASE ),
1169
+ /* UpperAddressIgnore */
1168
1170
F (AUTOIBRS ),
1169
1171
EMULATED_F (NO_SMM_CTL_MSR ),
1170
1172
/* PrefetchCtlMsr */
1171
- F (WRMSR_XX_BASE_NS ),
1173
+ /* GpOnUserCpuid */
1174
+ /* EPSF */
1172
1175
SYNTHESIZED_F (SBPB ),
1173
1176
SYNTHESIZED_F (IBPB_BRTYPE ),
1174
1177
SYNTHESIZED_F (SRSO_NO ),
You can’t perform that action at this time.
0 commit comments