Re: [PATCH v3 00/26] KVM: x86: Halt and APICv overhaul

From: Paolo Bonzini
Date: Wed Dec 08 2021 - 04:04:12 EST


On 12/8/21 02:52, Sean Christopherson wrote:
Overhaul and cleanup APIC virtualization (Posted Interrupts on Intel VMX,
AVIC on AMD SVM) to streamline things as much as possible, remove a bunch
of cruft, and document the lurking gotchas along the way.

Patch 01 is a fix from Paolo that's already been merged but hasn't made
its way to kvm/queue. It's included here to avoid a number of conflicts.

Based on kvm/queue, commit 1cf84614b04a ("KVM: x86: Exit to ...")

Thanks, I've now finally pushed to kvm/next. Debug kernels look like they have a few issues that caused my tests to fail, and I wanted to make sure they weren't related to the sizable amount of patches already in the queue.

Paolo