Re: [Xen-devel] [PATCH v8 5/8] xen/arm: assign devices to boot domains

2019-10-03 Thread Stefano Stabellini
On Thu, 3 Oct 2019, Julien Grall wrote: > Hi Stefano, > > On 03/10/2019 02:35, Stefano Stabellini wrote: > > Scan the user provided dtb fragment at boot. For each device node, map > > memory to guests, and route interrupts and setup the iommu. > > > > The memory region to remap is specified by

Re: [Xen-devel] [PATCH v8 5/8] xen/arm: assign devices to boot domains

2019-10-03 Thread Stefano Stabellini
On Thu, 3 Oct 2019, Julien Grall wrote: > Hi Stefano, > > A couple of comments below, mostly because I wasn't clear enough on the > previous version. I am not sure if it is worth resending the series, maybe > just resending this one would be sufficient? > > On 03/10/2019 02:35, Stefano

Re: [Xen-devel] [PATCH v8 5/8] xen/arm: assign devices to boot domains

2019-10-03 Thread Julien Grall
Hi Stefano, On 03/10/2019 02:35, Stefano Stabellini wrote: Scan the user provided dtb fragment at boot. For each device node, map memory to guests, and route interrupts and setup the iommu. The memory region to remap is specified by the "xen,reg" property. The iommu is setup by passing the

Re: [Xen-devel] [PATCH v8 5/8] xen/arm: assign devices to boot domains

2019-10-03 Thread Julien Grall
Hi Stefano, A couple of comments below, mostly because I wasn't clear enough on the previous version. I am not sure if it is worth resending the series, maybe just resending this one would be sufficient? On 03/10/2019 02:35, Stefano Stabellini wrote: diff --git a/xen/arch/arm/domain_build.c