Re: [RFC PATCH v3 1/7] KVM: x86: only allow exits disable before vCPUs created

From: Sean Christopherson
Date: Wed Jul 20 2022 - 13:12:56 EST


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>
> ---