Re: [PATCH v2 1/8] KVM: VMX: Move the shared "IRQs off" exit handler(s) to common code
From: Sean Christopherson
Date: Thu Aug 27 2026 - 15:37:29 EST
On Thu, Aug 27, 2026, Xiaoyao Li wrote:
> On 8/27/2026 1:12 AM, Sean Christopherson wrote:
> > Move vmx_handle_exit_irqoff() and its helpers to common.h / main.c to
> > capture that it's a common handler and
>
> > to allow guarding against incorrectly using to_vmx().
>
> For this purpose, it seems better to put patch 3 as the first patch?
Huh, yes. I have no idea why I didn't do that in the first place.