Re: [PATCH v3 6/8] xen/arm: Remove Linux specific code that is not usable in XEN

2020-12-11 Thread Bertrand Marquis
Hi, > On 10 Dec 2020, at 16:57, Rahul Singh wrote: > > Remove code that is related to below functionality : > 1. struct io_pgtable_ops > 2. struct io_pgtable_cfg > 3. struct iommu_flush_ops, > 4. struct iommu_ops > 5. module_param_named, MODULE_PARM_DESC, module_platform_driver, >MODULE_* >

Re: [PATCH v3 6/8] xen/arm: Remove Linux specific code that is not usable in XEN

2020-12-10 Thread Stefano Stabellini
On Thu, 10 Dec 2020, Rahul Singh wrote: > Remove code that is related to below functionality : > 1. struct io_pgtable_ops > 2. struct io_pgtable_cfg > 3. struct iommu_flush_ops, > 4. struct iommu_ops > 5. module_param_named, MODULE_PARM_DESC, module_platform_driver, > MODULE_* > 6. IOMMU

[PATCH v3 6/8] xen/arm: Remove Linux specific code that is not usable in XEN

2020-12-10 Thread Rahul Singh
Remove code that is related to below functionality : 1. struct io_pgtable_ops 2. struct io_pgtable_cfg 3. struct iommu_flush_ops, 4. struct iommu_ops 5. module_param_named, MODULE_PARM_DESC, module_platform_driver, MODULE_* 6. IOMMU domain-types 7. arm_smmu_set_bus_ops 8. iommu_device_s