On 14/05/2019 08:07, Jan Beulich wrote: >>>> On 02.05.19 at 16:51, <[email protected]> wrote: >>>>> On 05.04.19 at 09:01, <[email protected]> wrote: >>> Signed-off-by: Jan Beulich <[email protected]> >>> >>> --- a/xen/drivers/passthrough/amd/iommu_intr.c >>> +++ b/xen/drivers/passthrough/amd/iommu_intr.c >>> @@ -503,7 +503,7 @@ static struct amd_iommu *_find_iommu_for >>> { >>> struct amd_iommu *iommu; >>> >>> - list_for_each_entry ( iommu, &amd_iommu_head, list ) >>> + for_each_amd_iommu ( iommu ) >>> if ( iommu->seg == seg && iommu->bdf == bdf ) >>> return NULL; >>> > I'm sorry for being blunt, but a trivial change like this shouldn't > require well over a month and multiple pings to finally get an ack. > I'll give this a day or two more, and then commit without ack > unless I hear objections.
FWIW, Ack. This is too trivial to be worth arguing over. ~Andrew _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
