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

2017-02-19 Thread Julien Grall
Hi Stefano, On 02/18/2017 01:29 AM, 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, loadly warn the user when dom0_mem is unspecified and wait 3 secs. Then use 512M. Signe

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

2017-02-17 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, loadly warn the user when dom0_mem is unspecified and wait 3 secs. Then use 512M. Signed-off-by: Stefano Stabellini --- xen/arch/arm/domain_build.c |