Re: [Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-24 Thread Oleksandr
On 24.10.19 12:05, Jürgen Groß wrote: On 24.10.19 10:57, Julien Grall wrote: Hi Oleksandr, On 10/16/19 11:08 AM, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko We always skip the IOMMU device when creating DT for hwdom if there is an appropriate driver for it in Xen

Re: [Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-24 Thread Jürgen Groß
On 24.10.19 10:57, Julien Grall wrote: Hi Oleksandr, On 10/16/19 11:08 AM, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko We always skip the IOMMU device when creating DT for hwdom if there is an appropriate driver for it in Xen (device_get_class(iommu_node) returns DEVICE_IOMMU).

Re: [Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-24 Thread Julien Grall
Hi Oleksandr, On 10/16/19 11:08 AM, Oleksandr Tyshchenko wrote: From: Oleksandr Tyshchenko We always skip the IOMMU device when creating DT for hwdom if there is an appropriate driver for it in Xen (device_get_class(iommu_node) returns DEVICE_IOMMU). So, even if it is not used by Xen it will

Re: [Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-22 Thread Julien Grall
Hi Oleksandr, On 22/10/2019 11:27, Oleksandr wrote: Gentle reminder... This is in my queue of patches to review. But I have been focusing on more urgent tasks the past week. I will try to review it by the end of the week. Cheers, -- Julien Grall

Re: [Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-22 Thread Oleksandr
Hi all Gentle reminder... -- Regards, Oleksandr Tyshchenko ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH for-4.13 v3] xen/arm: domain_build: Don't expose IOMMU specific properties to hwdom

2019-10-16 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko We always skip the IOMMU device when creating DT for hwdom if there is an appropriate driver for it in Xen (device_get_class(iommu_node) returns DEVICE_IOMMU). So, even if it is not used by Xen it will be skipped. We should also skip the IOMMU specific properties of