Re: [Xen-devel] [PATCH v3 12/25] xen/arm: refactor construct_dom0

2018-08-15 Thread Stefano Stabellini
On Mon, 13 Aug 2018, Julien Grall wrote: > Hi Stefano, > > On 01/08/18 00:27, Stefano Stabellini wrote: > > Move generic initializations out of construct_dom0 so that they can be > > reused. > > > > Rename prepare_dtb to prepare_dtb_hwdom to avoid confusion. > > > > No functional changes in

Re: [Xen-devel] [PATCH v3 12/25] xen/arm: refactor construct_dom0

2018-08-13 Thread Julien Grall
Hi Stefano, On 01/08/18 00:27, Stefano Stabellini wrote: Move generic initializations out of construct_dom0 so that they can be reused. Rename prepare_dtb to prepare_dtb_hwdom to avoid confusion. No functional changes in this patch. Signed-off-by: Stefano Stabellini --- Changes in v3: -

[Xen-devel] [PATCH v3 12/25] xen/arm: refactor construct_dom0

2018-07-31 Thread Stefano Stabellini
Move generic initializations out of construct_dom0 so that they can be reused. Rename prepare_dtb to prepare_dtb_hwdom to avoid confusion. No functional changes in this patch. Signed-off-by: Stefano Stabellini --- Changes in v3: - move setting type before allocate_memory - add ifdef around it