Tom Lendacky <thomas.lendacky@xxxxxxx> writes: > On 2/17/25 04:22, Nikunj A Dadhania wrote: >> From: Ketan Chaturvedi <Ketan.Chaturvedi@xxxxxxx> >> if (rc) { >> @@ -2929,6 +2943,9 @@ void __init sev_set_cpu_caps(void) >> if (sev_snp_enabled) { >> kvm_cpu_cap_set(X86_FEATURE_SEV_SNP); >> kvm_caps.supported_vm_types |= BIT(KVM_X86_SNP_VM); >> + >> + if (cpu_feature_enabled(X86_FEATURE_SNP_SECURE_TSC)) >> + kvm_cpu_cap_set(X86_FEATURE_SNP_SECURE_TSC); > > kvm_cpu_cap_check_and_set() Sure, I have updated the patch. Regards Nikunj