Re: [PATCH v3 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
From: Zhao Liu
Date: Mon May 18 2026 - 03:49:48 EST
On Fri, May 08, 2026 at 11:18:29AM +0200, Peter Zijlstra wrote:
> Date: Fri, 8 May 2026 11:18:29 +0200
> From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Subject: [PATCH v3 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into
> x86 core
>
>
> Move the VMX interrupt dispatch magic into the x86 core code. This
> isolates KVM from the FRED/IDT decisions and reduces the amount of
> EXPORT_SYMBOL_FOR_KVM().
>
> Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> Tested-by: "Verma, Vishal L" <vishal.l.verma@xxxxxxxxx>
> ---
> Changes since v2:
> - one more IS_ENABLED(CONFIG_KVM_INTEL) (Yan Zhao)
> - fixed idt_do_interrupt_irqoff() prototype (Binbin Wu)
My Guest is running well and there's no interrupt error in system, so,
Tested-by: Zhao Liu <zhao1.liu@xxxxxxxxx>