Re: [Xen-devel] [PATCH v3 18/52] xen/arch/x86/psr.c: let custom parameter parsing routines return errno

2017-08-23 Thread Juergen Gross
On 22/08/17 11:51, Jan Beulich wrote: On 16.08.17 at 14:51, wrote: >> Modify the custom parameter parsing routines in: >> >> xen/arch/x86/psr.c >> >> to indicate whether the parameter value was parsed successfully. >> >> Cc: Jan Beulich >> Cc: Andrew

Re: [Xen-devel] [PATCH v3 18/52] xen/arch/x86/psr.c: let custom parameter parsing routines return errno

2017-08-22 Thread Jan Beulich
>>> On 16.08.17 at 14:51, wrote: > Modify the custom parameter parsing routines in: > > xen/arch/x86/psr.c > > to indicate whether the parameter value was parsed successfully. > > Cc: Jan Beulich > Cc: Andrew Cooper >

[Xen-devel] [PATCH v3 18/52] xen/arch/x86/psr.c: let custom parameter parsing routines return errno

2017-08-16 Thread Juergen Gross
Modify the custom parameter parsing routines in: xen/arch/x86/psr.c to indicate whether the parameter value was parsed successfully. Cc: Jan Beulich Cc: Andrew Cooper Signed-off-by: Juergen Gross --- V3: - let parse_psr_bool()