Re: [PATCH v2 01/21] libxl: don't ignore the return value from xc_cpuid_apply_policy

2021-04-28 Thread Anthony PERARD
On Tue, Apr 13, 2021 at 04:01:19PM +0200, Roger Pau Monne wrote: > Also change libxl__cpuid_legacy to propagate the error from > xc_cpuid_apply_policy into callers. > > Signed-off-by: Roger Pau Monné > Reviewed-by: Jan Beulich > --- > Changes since 1: > - Return ERROR_FAIL on error. > --- >

[PATCH v2 01/21] libxl: don't ignore the return value from xc_cpuid_apply_policy

2021-04-13 Thread Roger Pau Monne
Also change libxl__cpuid_legacy to propagate the error from xc_cpuid_apply_policy into callers. Signed-off-by: Roger Pau Monné Reviewed-by: Jan Beulich --- Changes since 1: - Return ERROR_FAIL on error. --- tools/libs/light/libxl_cpuid.c| 15 +++