Re: [XEN][PATCH v6 11/19] xen/iommu: Introduce iommu_remove_dt_device()

2023-05-03 Thread Jan Beulich
On 03.05.2023 01:36, Vikram Garhwal wrote: > --- a/xen/include/xen/iommu.h > +++ b/xen/include/xen/iommu.h > @@ -219,6 +219,8 @@ int iommu_deassign_dt_device(struct domain *d, struct > dt_device_node *dev); > int iommu_dt_domain_init(struct domain *d); > int iommu_release_dt_devices(struct domai

[XEN][PATCH v6 11/19] xen/iommu: Introduce iommu_remove_dt_device()

2023-05-02 Thread Vikram Garhwal
Remove master device from the IOMMU. This will be helpful when removing the overlay nodes using dynamic programming during run time. Signed-off-by: Vikram Garhwal Reviewed-by: Michal Orzel --- xen/drivers/passthrough/device_tree.c | 41 +++ xen/include/xen/iommu.h