Re: [PATCH v3 5/7] KVM: SVM: Handle vectoring error in check_emulate_instruction

2024-12-18 Thread Sean Christopherson
On Tue, Dec 17, 2024, Ivan Orlov wrote: > Detect unhandleable vectoring in check_emulate_instruction to prevent > infinite loop on SVM and eliminate the difference in how intercepted #PF > during vectoring is handled on SVM and VMX. > > Signed-off-by: Ivan Orlov > --- > V1 -> V2: > - Detect the u

[PATCH v3 5/7] KVM: SVM: Handle vectoring error in check_emulate_instruction

2024-12-17 Thread Ivan Orlov
Detect unhandleable vectoring in check_emulate_instruction to prevent infinite loop on SVM and eliminate the difference in how intercepted #PF during vectoring is handled on SVM and VMX. Signed-off-by: Ivan Orlov --- V1 -> V2: - Detect the unhandleable vectoring error in svm_check_emulate_instruc