Re: [PATCH v2 4/7] KVM: SVM: adopt the same VMX_RUN_* flags as VMX

From: Paolo Bonzini

Date: Mon Apr 27 2026 - 14:05:50 EST


On 4/27/26 19:51, Chang S. Bae wrote:
On 4/27/2026 3:58 AM, Paolo Bonzini wrote:

+    if (!msr_write_intercepted(svm, MSR_IA32_SPEC_CTRL))
+        enter_flags |= KVM_ENTER_SAVE_SPEC_CTRL;
Unlike VMX code, SVM looks to want @vcpu

Will send tomorrow a version that actually includes the patch "KVM: SVM: pass struct vcpu_svm to msr_write_intercepted".

Paolo