Re: [Xen-devel] [PATCH v3 14/25] xen/arm: introduce construct_domU

2018-08-15 Thread Stefano Stabellini
On Mon, 13 Aug 2018, Julien Grall wrote: > Hi, > > Title: You don't really introduce "construct_domU". You implement it. So a > better title would be "Implement construct_domU". OK > On 01/08/18 00:27, Stefano Stabellini wrote: > > Similar to construct_dom0, construct_domU creates a barebone

Re: [Xen-devel] [PATCH v3 14/25] xen/arm: introduce construct_domU

2018-08-13 Thread Julien Grall
Hi, Title: You don't really introduce "construct_domU". You implement it. So a better title would be "Implement construct_domU". On 01/08/18 00:27, Stefano Stabellini wrote: Similar to construct_dom0, construct_domU creates a barebone DomU guest. The device tree node passed as argument is

[Xen-devel] [PATCH v3 14/25] xen/arm: introduce construct_domU

2018-07-31 Thread Stefano Stabellini
Similar to construct_dom0, construct_domU creates a barebone DomU guest. The device tree node passed as argument is compatible "xen,domain", see docs/misc/arm/device-tree/booting.txt. Signed-off-by: Stefano Stabellini --- Changes in v3: - move setting type before allocate_memory - add ifdef