Re: [Xen-devel] [PATCH RFC 10/15] xen/arm: introduce construct_domU

2018-07-05 Thread Stefano Stabellini
On Thu, 14 Jun 2018, Julien Grall wrote: > Hi, > > On 13/06/18 23:15, Stefano Stabellini wrote: > > Similar to construct_dom0, construct_domU creates a barebone DomU guest. > > Default to 1 max vcpu and 64MB of memory if not specified otherwise. > > > > The device tree node passed as argument is

Re: [Xen-devel] [PATCH RFC 10/15] xen/arm: introduce construct_domU

2018-06-14 Thread Julien Grall
Hi, On 13/06/18 23:15, Stefano Stabellini wrote: Similar to construct_dom0, construct_domU creates a barebone DomU guest. Default to 1 max vcpu and 64MB of memory if not specified otherwise. The device tree node passed as argument is compatible "xen,domU", see docs/misc/arm/device-tree/booting.

[Xen-devel] [PATCH RFC 10/15] xen/arm: introduce construct_domU

2018-06-13 Thread Stefano Stabellini
Similar to construct_dom0, construct_domU creates a barebone DomU guest. Default to 1 max vcpu and 64MB of memory if not specified otherwise. The device tree node passed as argument is compatible "xen,domU", see docs/misc/arm/device-tree/booting.txt. Allocate all vcpus on cpu0 initially. Signed-