Re: [PATCH 12/17] vfio/pci: Remove msi term from generic code

From: Reinette Chatre
Date: Tue Feb 06 2024 - 16:46:13 EST


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