Re: [PATCH v19 092/130] KVM: TDX: Implement interrupt injection

From: Isaku Yamahata
Date: Thu Mar 28 2024 - 17:12:14 EST


On Thu, Mar 28, 2024 at 06:56:26PM +0800,
Chao Gao <chao.gao@xxxxxxxxx> wrote:

> >@@ -848,6 +853,12 @@ fastpath_t tdx_vcpu_run(struct kvm_vcpu *vcpu)
> >
> > trace_kvm_entry(vcpu);
> >
> >+ if (pi_test_on(&tdx->pi_desc)) {
> >+ apic->send_IPI_self(POSTED_INTR_VECTOR);
> >+
> >+ kvm_wait_lapic_expire(vcpu);
>
> it seems the APIC timer change was inadvertently included.

Oops. Thanks for catching it.
--
Isaku Yamahata <isaku.yamahata@xxxxxxxxx>