Re: [PATCH v2 2/2] KVM: VMX: Invoke NMI handler via indirect call instead of INTn

From: Lai Jiangshan
Date: Thu Apr 29 2021 - 22:58:06 EST


On Tue, Apr 27, 2021 at 3:05 PM Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote:
>
> On 27/04/21 02:54, Lai Jiangshan wrote:
> > The C NMI handler can handle the case of nested NMIs, which is useful
> > here. I think we should change it to call the C NMI handler directly
> > here as Andy Lutomirski suggested:
>
> Great, can you send a patch?
>

Hello, I sent it several days ago, could you have a review please, and
then I will update
the patchset with feedbacks applied. And thanks Steven for the reviews.

https://lore.kernel.org/lkml/20210426230949.3561-4-jiangshanlai@xxxxxxxxx/

thanks
Lai