On Tue, Jun 14, 2022, Kechen Lu wrote: > From: Sean Christopherson <seanjc@xxxxxxxxxx> > > Since VMX and SVM both would never update the control bits if exits > are disable after vCPUs are created, only allow setting exits > disable flag before vCPU creation. > > Fixes: 4d5422cea3b6 ("KVM: X86: Provide a capability to disable MWAIT > intercepts") Don't wrap the Fixes: line (ignore any complaints from checkpatch). > Signed-off-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Kechen Lu <kechenl@xxxxxxxxxx> > ---