Re: [Xen-devel] [PATCH v2 08/10] xen/arm: keep track of reserved-memory regions

2019-06-21 Thread Stefano Stabellini
On Wed, 1 May 2019, Julien Grall wrote: > Hi Stefano, > > On 30/04/2019 22:02, Stefano Stabellini wrote: > > As we parse the device tree in Xen, keep track of the reserved-memory > > regions as they need special treatment (follow-up patches will make use > > of the stored information.) > > > > Re

Re: [Xen-devel] [PATCH v2 08/10] xen/arm: keep track of reserved-memory regions

2019-05-07 Thread Julien Grall
Hi, Some more review on this patch. On 4/30/19 10:02 PM, Stefano Stabellini wrote: As we parse the device tree in Xen, keep track of the reserved-memory regions as they need special treatment (follow-up patches will make use of the stored information.) Reuse process_memory_node to add reserved

Re: [Xen-devel] [PATCH v2 08/10] xen/arm: keep track of reserved-memory regions

2019-05-01 Thread Julien Grall
Hi Stefano, On 30/04/2019 22:02, Stefano Stabellini wrote: As we parse the device tree in Xen, keep track of the reserved-memory regions as they need special treatment (follow-up patches will make use of the stored information.) Reuse process_memory_node to add reserved-memory regions to the bo

[Xen-devel] [PATCH v2 08/10] xen/arm: keep track of reserved-memory regions

2019-04-30 Thread Stefano Stabellini
As we parse the device tree in Xen, keep track of the reserved-memory regions as they need special treatment (follow-up patches will make use of the stored information.) Reuse process_memory_node to add reserved-memory regions to the bootinfo.reserved_mem array. Remove the warning if there is no r