Re: [Xen-devel] [PATCH v4] xen/arm: warn if dom0_mem is not specified

2017-02-28 Thread Julien Grall
Hi Stefano, On 27/02/17 23:14, Stefano Stabellini wrote: The default dom0_mem is 128M which is not sufficient to boot a Ubuntu based Dom0. It is not clear what a better default value could be. Instead, loudly warn the user when dom0_mem is unspecified and wait 3 secs. Then use 512M. Update the

Re: [Xen-devel] [PATCH v4] xen/arm: warn if dom0_mem is not specified

2017-02-28 Thread Wei Liu
On Mon, Feb 27, 2017 at 03:14:07PM -0800, Stefano Stabellini wrote: > The default dom0_mem is 128M which is not sufficient to boot a Ubuntu > based Dom0. It is not clear what a better default value could be. > > Instead, loudly warn the user when dom0_mem is unspecified and wait 3 > secs. Then use

[Xen-devel] [PATCH v4] xen/arm: warn if dom0_mem is not specified

2017-02-27 Thread Stefano Stabellini
The default dom0_mem is 128M which is not sufficient to boot a Ubuntu based Dom0. It is not clear what a better default value could be. Instead, loudly warn the user when dom0_mem is unspecified and wait 3 secs. Then use 512M. Update the docs to specify that dom0_mem is required on ARM. (The curr