commit | 31f251d4ddfa464c6dd92ee873b9b223e992a085 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <seanjc@google.com> | Wed Dec 08 01:52:20 2021 +0000 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jan 19 12:14:41 2022 -0500 |
tree | 78f4398a71ad14fa286fec0948c04c3d6f543782 | |
parent | c3e8abf0f3536a46a235b0533149c2b2c2bbac27 [diff] |
KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode Signal the AVIC doorbell iff the vCPU is running in the guest. If the vCPU is not IN_GUEST_MODE, it's guaranteed to pick up any pending IRQs on the next VMRUN, which unconditionally processes the vIRR. Add comments to document the logic. Signed-off-by: Sean Christopherson <seanjc@google.com> Message-Id: <20211208015236.1616697-11-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>