Re: [Xen-devel] [PATCH v3] xl: log an error if libxl_cpupool_destroy() fails

2015-11-04 Thread Ian Campbell
On Wed, 2015-11-04 at 11:48 +0100, Dario Faggioli wrote: > In fact, right now, failing at destroying a cpupool is just > not reported to the user in any explicit way. > > Let's log an error, as it is customary for xl in these cases. > > Signed-off-by: Dario Faggioli > Reviewed-by: Juergen Gross

[Xen-devel] [PATCH v3] xl: log an error if libxl_cpupool_destroy() fails

2015-11-04 Thread Dario Faggioli
In fact, right now, failing at destroying a cpupool is just not reported to the user in any explicit way. Let's log an error, as it is customary for xl in these cases. Signed-off-by: Dario Faggioli Reviewed-by: Juergen Gross Acked-by: Wei Liu --- Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ia