Re: [Xen-devel] [PATCH v3 2/4] iommu: rename wrapper functions

2018-12-06 Thread Andrew Cooper
On 06/12/2018 14:44, Jan Beulich wrote: On 05.12.18 at 12:29, wrote: >> A subsequent patch will add semantically different versions of >> iommu_map/unmap() so, in advance of that change, this patch renames the >> existing functions to iommu_legacy_map/unmap() and modifies all call-sites. >> I

Re: [Xen-devel] [PATCH v3 2/4] iommu: rename wrapper functions

2018-12-06 Thread Jan Beulich
>>> On 05.12.18 at 12:29, wrote: > A subsequent patch will add semantically different versions of > iommu_map/unmap() so, in advance of that change, this patch renames the > existing functions to iommu_legacy_map/unmap() and modifies all call-sites. > It also adjusts a comment that refers to iommu

[Xen-devel] [PATCH v3 2/4] iommu: rename wrapper functions

2018-12-05 Thread Paul Durrant
A subsequent patch will add semantically different versions of iommu_map/unmap() so, in advance of that change, this patch renames the existing functions to iommu_legacy_map/unmap() and modifies all call-sites. It also adjusts a comment that refers to iommu_map_page(), which was re- named by a prev