Re: [PATCH] KVM: VMX: Postpone IPIv setup after successful vCPU creation

From: Huang, Kai

Date: Mon Jul 20 2026 - 19:22:41 EST


On Mon, 2026-07-20 at 16:15 -0700, Sean Christopherson wrote:
> My only
> concern is that we could consume a garbage @id if kvm_arch_vcpu_precreate()
> performs additional checks on @id, as x86's implementation does.  However, I
> don't think that's a meaningful concern since kvm_vm_ioctl_create_vcpu() *must*
> perform at least basic sanity checks.

Agreed.