[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xl: log an error if libxl_cpupool_destroy() fails
On Fri, 2015-10-23 at 09:43 +0100, Wei Liu wrote: > On Thu, Oct 22, 2015 at 07:14:20PM +0200, Dario Faggioli wrote: > > In fact, right now, failing at destroying a cpupool is just > > not reported to the user in any explicit way. Log an error, > > as it is customary for xl in these cases. > > > > While there, take the chance to turn a couple of xl exit > > codes into EXIT_[SUCCESS|FAILURE], as discussed and agreed > > here: > > > > http://lists.xenproject.org/archives/html/xen-devel/2015-03/msg01336.h > > tml > > http://lists.xenproject.org/archives/html/xen-devel/2015-03/msg01341.h > > tml > > > > Signed-off-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> > > Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Looking at those links, I'm not sure that either you or myself was thinking of using EXIT_* as function return values, just that the eventual process exit would become one of those values instead of some negative number. Although the thread doesn't look like it is too clear if it is talking about return values from functions vs. process exit codes. I think what I would have been expecting is for the xl internal error code would become EXIT_* either in the call to exit() or the return from main instead of being the process exit code directly. Seeing "return EXIT_FOO" outside of a main function seems rather strange to me. Wei, you acked so maybe you disagree? Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |