Re: [Xen-devel] [PATCH v4 21/53] xen/arch/x86/shutdown.c: let custom parameter parsing routines return errno

2017-08-25 Thread Jan Beulich
>>> On 23.08.17 at 19:34, wrote: > Modify the custom parameter parsing routines in: > > xen/arch/x86/shutdown.c > > to indicate whether the parameter value was parsed successfully. Reviewed-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@list

[Xen-devel] [PATCH v4 21/53] xen/arch/x86/shutdown.c: let custom parameter parsing routines return errno

2017-08-23 Thread Juergen Gross
Modify the custom parameter parsing routines in: xen/arch/x86/shutdown.c to indicate whether the parameter value was parsed successfully. Cc: Jan Beulich Cc: Andrew Cooper Signed-off-by: Juergen Gross --- V4: - issue a message in case of reboot=efi and no EFI runtime services (Jan Beulich)