On 1/22/2025 7:34 PM, Paolo Bonzini wrote:
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
Thanks for the info.