Re: [PATCH v2 4/6] KVM: SVM: Handle MMIO during vectroing error

2024-12-11 Thread Sean Christopherson
On Mon, Nov 11, 2024, Ivan Orlov wrote: > Handle MMIO during vectoring error in check_emulate_instruction to > prevent infinite loop on SVM and eliminate the difference in how the > situation when the guest accesses MMIO during vectoring is handled on > SVM and VMX. > > Signed-off-by: Ivan Orlov

[PATCH v2 4/6] KVM: SVM: Handle MMIO during vectroing error

2024-11-11 Thread Ivan Orlov
Handle MMIO during vectoring error in check_emulate_instruction to prevent infinite loop on SVM and eliminate the difference in how the situation when the guest accesses MMIO during vectoring is handled on SVM and VMX. Signed-off-by: Ivan Orlov --- V1 -> V2: - Detect the unhandleable vectoring er