Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-23 Thread Chen Baozi
On Thu, Apr 23, 2015 at 11:16:36AM +0100, Ian Campbell wrote: > On Thu, 2015-04-23 at 17:02 +0800, Chen Baozi wrote: > > > > report: > > > > > > FATAL: sd_listen_fds() failed > > > : File exists > > > > > > when trying to run xenstored. > > > > Well. It is related to systemd on jessie. Disablin

Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-23 Thread Ian Campbell
On Thu, 2015-04-23 at 17:02 +0800, Chen Baozi wrote: > > report: > > > > FATAL: sd_listen_fds() failed > > : File exists > > > > when trying to run xenstored. > > Well. It is related to systemd on jessie. Disabling systemd when building > tools > helped. > > Sorry for the noise. It's not rea

Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-23 Thread Chen Baozi
On Thu, Apr 23, 2015 at 04:22:31PM +0800, Chen Baozi wrote: > On Thu, Apr 23, 2015 at 03:52:06PM +0800, Chen Baozi wrote: > > On Mon, Apr 20, 2015 at 01:15:29PM +0100, Ian Campbell wrote: > > > This series adds parsing of the DT ranges and interrupt-map properties > > > for PCI devices, these conta

Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-23 Thread Chen Baozi
On Thu, Apr 23, 2015 at 03:52:06PM +0800, Chen Baozi wrote: > On Mon, Apr 20, 2015 at 01:15:29PM +0100, Ian Campbell wrote: > > This series adds parsing of the DT ranges and interrupt-map properties > > for PCI devices, these contain the MMIOs and IRQs used by children on > > the bus. This replaces

Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-23 Thread Chen Baozi
On Mon, Apr 20, 2015 at 01:15:29PM +0100, Ian Campbell wrote: > This series adds parsing of the DT ranges and interrupt-map properties > for PCI devices, these contain the MMIOs and IRQs used by children on > the bus. This replaces the specific mapping stuff on xgene. > > Since last time I've adde

Re: [Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-20 Thread Chen Baozi
On Mon, Apr 20, 2015 at 01:15:29PM +0100, Ian Campbell wrote: > This series adds parsing of the DT ranges and interrupt-map properties > for PCI devices, these contain the MMIOs and IRQs used by children on > the bus. This replaces the specific mapping stuff on xgene. > > Since last time I've adde

[Xen-devel] [PATCH v3 0/5] xen: arm: Parse PCI DT nodes' ranges and interrupt-map

2015-04-20 Thread Ian Campbell
This series adds parsing of the DT ranges and interrupt-map properties for PCI devices, these contain the MMIOs and IRQs used by children on the bus. This replaces the specific mapping stuff on xgene. Since last time I've added a dt_for_each_range helper, which cleans things up considerably and in