[PATCH v2 37/43] KVM: SVM: Unconditionally mark AVIC as running on vCPU load (with APICv)
Paolo Bonzini
pbonzini at redhat.com
Mon Oct 25 07:22:07 PDT 2021
On 09/10/21 04:12, Sean Christopherson wrote:
> + /* TODO: Document why the unblocking path checks for updates. */
Is that a riddle or what? :)
Paolo
> + if (kvm_vcpu_is_blocking(vcpu) &&
> + kvm_check_request(KVM_REQ_APICV_UPDATE, vcpu)) {
> + kvm_vcpu_update_apicv(vcpu);
> +
> + if (!kvm_vcpu_apicv_active(vcpu))
> + return;
> + }
> +
More information about the linux-riscv
mailing list