Re: [PATCH v7 14/14] VT-d: fold dma_pte_clear_one() into its only caller

2022-07-22 Thread Durrant, Paul
On 05/07/2022 13:49, Jan Beulich wrote: This way intel_iommu_unmap_page() ends up quite a bit more similar to intel_iommu_map_page(). No functional change intended. Signed-off-by: Jan Beulich Reviewed-by: Kevin Tian Reviewed-by: Roger Pau Monné Reviewed-by: Paul Durrant

[PATCH v7 14/14] VT-d: fold dma_pte_clear_one() into its only caller

2022-07-05 Thread Jan Beulich
This way intel_iommu_unmap_page() ends up quite a bit more similar to intel_iommu_map_page(). No functional change intended. Signed-off-by: Jan Beulich Reviewed-by: Kevin Tian Reviewed-by: Roger Pau Monné --- v5: Re-base of changes earlier in the series. v4: New. --- a/xen/drivers/passthrough