Re: [PATCH 13/16] KVM: TDX: Add methods to ignore virtual apic related operation
From: Paolo Bonzini
Date: Wed Jan 22 2025 - 06:35:25 EST
On Mon, Dec 9, 2024 at 2:06 AM Binbin Wu <binbin.wu@xxxxxxxxxxxxxxx> wrote:
> - .hwapic_irr_update = vmx_hwapic_irr_update,
> - .hwapic_isr_update = vmx_hwapic_isr_update,
> + .hwapic_irr_update = vt_hwapic_irr_update,
> + .hwapic_isr_update = vt_hwapic_isr_update,
Just a note, hwapic_irr_update is gone in 6.14 and thus in kvm-coco-queue.
Paolo