Re: [PATCH 6/7] memory: remove IOMMU MR iommu_set_page_size_mask() callback

2024-06-26 Thread Cédric Le Goater
On 6/26/24 10:26 AM, Eric Auger wrote: Everything is now in place to use the Host IOMMU Device callbacks to retrieve the page size mask usable with a given assigned device. This new method brings the advantage to pass the info much earlier to the virtual IOMMU and before the IOMMU MR gets enabled

[PATCH 6/7] memory: remove IOMMU MR iommu_set_page_size_mask() callback

2024-06-26 Thread Eric Auger
Everything is now in place to use the Host IOMMU Device callbacks to retrieve the page size mask usable with a given assigned device. This new method brings the advantage to pass the info much earlier to the virtual IOMMU and before the IOMMU MR gets enabled. So let's remove the call to memory_regi