[Xen-devel] [PATCH v5 11/13] IOMMU: move inclusion point of asm/iommu.h

2018-11-08 Thread Jan Beulich
In preparation of allowing inline functions in asm/iommu.h to de-reference struct struct iommu_ops, move the inclusion downwards past the declaration of that structure. This in turn requires moving the struct domain_iommu declaration, as it requires struct arch_iommu to be fully declared beforehand

Re: [Xen-devel] [PATCH v5 11/13] IOMMU: move inclusion point of asm/iommu.h

2018-11-12 Thread Julien Grall
Hi Jan, On 11/8/18 4:14 PM, Jan Beulich wrote: In preparation of allowing inline functions in asm/iommu.h to de-reference struct struct iommu_ops, move the inclusion downwards past the declaration of that structure. This in turn requires moving the struct domain_iommu declaration, as it requires