[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] tools/xc: pass errno to callers of xc_domain_save
On Tue, 2014-02-11 at 10:04 +0100, Olaf Hering wrote: > Callers of xc_domain_save use errno to print diagnostics if the call > fails. But xc_domain_save does not preserve the actual errno in case of > a failure. > > This change preserves errno in all cases where code jumps to the label > "out". In addition a new label "exit" is added to catch also code which > used to do just "return 1". > > Now libxl_save_helper:complete can print the actual error string. > > Note: some of the functions used in xc_domain_save do not use errno to > indicate a reason. In these cases the errno remains undefined as it used > to be without this change. > > Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> I'm assuming this is 4.5 material at this point. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |