Re: [PATCH v3 1/3] xen/iommu: Move iommu_update_ire_from_msi(..) to xen/iommu.h

2021-04-27 Thread Jan Beulich
On 26.04.2021 18:21, Rahul Singh wrote: > Move iommu_update_ire_from_msi(..) from passthrough/pci.c to > xen/iommu.h and wrap it under CONFIG_X86 as it is referenced in x86 > code only to avoid compilation error for other architecture when > HAS_PCI is enabled. > > No functional change intended. >

[PATCH v3 1/3] xen/iommu: Move iommu_update_ire_from_msi(..) to xen/iommu.h

2021-04-26 Thread Rahul Singh
Move iommu_update_ire_from_msi(..) from passthrough/pci.c to xen/iommu.h and wrap it under CONFIG_X86 as it is referenced in x86 code only to avoid compilation error for other architecture when HAS_PCI is enabled. No functional change intended. Signed-off-by: Rahul Singh --- Changes since v2: -