Hi Alex, On 2/5/2024 2:35 PM, Alex Williamson wrote: > On Thu, 1 Feb 2024 20:57:06 -0800 > Reinette Chatre <reinette.chatre@xxxxxxxxx> wrote: > >> @@ -786,14 +786,14 @@ static int vfio_pci_set_msi_trigger(struct vfio_pci_core_device *vdev, >> int ret; >> >> if (vdev->irq_type == index) > > It's unfortunate that the one place in the code that doesn't use > irq_is() is the one that turns into the central callout function, maybe > we can fix it along the way. Thanks, > Will do. Thank you. Reinette