Re: [PATCH 2/9] KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE support

From: Sean Christopherson
Date: Mon May 20 2024 - 21:02:44 EST


On Tue, May 21, 2024, Kai Huang wrote:
> But now L0 always handles #VE exits from L2, and AFAICT L0 will just kill
> the L1, until the patch:
>
> KVM: VMX: Don't kill the VM on an unexpected #VE
>
> lands.
>
> So looks that patch at least should be done first. Otherwise it doesn't
> make a lot sense to kill L1 for #VE exits from L2.

I have no objection to changing the order.