|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V4 2/8] iommu/arm: Add ability to handle deferred probing request
On 19.09.19 12:44, Julien Grall wrote: Hi Oleksandr, Hi, Julien. On 13/09/2019 16:35, Oleksandr Tyshchenko wrote:diff --git a/xen/drivers/passthrough/arm/iommu.c b/xen/drivers/passthrough/arm/iommu.cindex f219de9..555acfc 100644 --- a/xen/drivers/passthrough/arm/iommu.c +++ b/xen/drivers/passthrough/arm/iommu.c @@ -20,6 +20,12 @@ #include <xen/device_tree.h> #include <asm/device.h> +/*+ * Deferred probe list is used to keep track of devices for which driver ok + * so we can re-use it to link the device in the deferred list to + * avoid introducing extra list_head field in struct dt_device_node.+ */ + ASSERT(list_empty(&np->domain_list));[...]void __hwdom_init arch_iommu_check_autotranslated_hwdom(struct domain *d) ok + * of devices assigned to domain. + *+ * Boot code (iommu_hardware_setup) re-uses this list to link the structure + * in the list of devices for which driver requested deferred probing.+ */ struct list_head domain_list; struct device dev;With the two above addressed and pending the patch it depends on [1] is acked:Reviewed-by: Julien Grall <julien.grall@xxxxxxx> Thank you. Can I do anything to speed up [1]? That patch was tested and worked fine. Cheers,[1] https://lists.xenproject.org/archives/html/xen-devel/2019-08/msg01924.html -- Regards, Oleksandr Tyshchenko _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |