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

2018-12-24 Thread Tian, Kevin
> From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: Monday, December 17, 2018 5:23 PM > > 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

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

2018-12-19 Thread Paul Durrant
no Stabellini > ; xen-devel ; > Konrad Rzeszutek Wilk ; Tim (Xen.org) > > Subject: Re: [Xen-devel] [PATCH v5 2/4] iommu: rename wrapper functions > > >>> On 19.12.18 at 10:05, wrote: > > Julien, ping? > > Seeing Julien's reply, did you perhaps mean to ping Georg

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

2018-12-19 Thread Jan Beulich
>>> On 19.12.18 at 10:05, wrote: > Julien, ping? Seeing Julien's reply, did you perhaps mean to ping George instead (the minimal change to p2m-ept.c probably doesn't need a separate EPT maintainer ack)? Jan >> -Original Message- >> From: Paul Durrant [mailto:paul.durr...@citrix.com] >>

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

2018-12-19 Thread Julien Grall
Hi, On 19/12/2018 09:05, Paul Durrant wrote: Julien, ping? My ack should not be necessary for this one :). Anyway: Acked-by: Julien Grall Cheers, -- Julien Grall ___ Xen-devel mailing list Xen-devel@lists.xenproject.org

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

2018-12-19 Thread Paul Durrant
Julien, ping? > -Original Message- > From: Paul Durrant [mailto:paul.durr...@citrix.com] > Sent: 17 December 2018 09:23 > To: xen-devel@lists.xenproject.org > Cc: Paul Durrant ; Andrew Cooper > ; Wei Liu ; Roger Pau > Monne ; George Dunlap ; > Ian Jackson ; Julien Grall ; > Konrad

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

2018-12-17 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