Re: [PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups

2025-03-26 Thread patchwork-bot+linux-riscv
Hello: This series was applied to riscv/linux.git (for-next) by Paolo Bonzini : On Mon, 24 Feb 2025 15:55:35 -0800 you wrote: > This was _supposed_ to be a tiny one-off patch to fix a nVMX bug where KVM > fails to detect that, after nested VM-Exit, L1 has a pending IRQ (or NMI). > But because x86

Re: [PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups

2025-02-26 Thread Paolo Bonzini
On 2/25/25 00:55, Sean Christopherson wrote: This was _supposed_ to be a tiny one-off patch to fix a nVMX bug where KVM fails to detect that, after nested VM-Exit, L1 has a pending IRQ (or NMI). But because x86's nested teardown flows are garbage (KVM simply forces a nested VM-Exit to put the vCP

[PATCH 0/7] KVM: x86: nVMX IRQ fix and VM teardown cleanups

2025-02-24 Thread Sean Christopherson
This was _supposed_ to be a tiny one-off patch to fix a nVMX bug where KVM fails to detect that, after nested VM-Exit, L1 has a pending IRQ (or NMI). But because x86's nested teardown flows are garbage (KVM simply forces a nested VM-Exit to put the vCPU back into L1), that simple fix snowballed. T