Re: [PATCH v3 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available.

2021-09-29 Thread Stefano Stabellini
On Tue, 28 Sep 2021, Rahul Singh wrote: > If the property is not present in the device tree node for host bridge, > XEN while creating the dtb for hwdom will create this property and > assigns the already allocated segment to the host bridge > so that XEN and linux will have the same segment for

Re: [PATCH v3 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available.

2021-09-29 Thread Bertrand Marquis
Hi Rahul, > On 28 Sep 2021, at 19:18, Rahul Singh wrote: > > If the property is not present in the device tree node for host bridge, > XEN while creating the dtb for hwdom will create this property and > assigns the already allocated segment to the host bridge > so that XEN and linux will have

[PATCH v3 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available.

2021-09-28 Thread Rahul Singh
If the property is not present in the device tree node for host bridge, XEN while creating the dtb for hwdom will create this property and assigns the already allocated segment to the host bridge so that XEN and linux will have the same segment for the host bridges. Signed-off-by: Rahul Singh