Re: [Xen-devel] [PATCH 15/35] libxl: spawn: Preserve rc in error path

2015-06-26 Thread Wei Liu
On Thu, Jun 25, 2015 at 06:44:15PM +0100, Ian Jackson wrote: > Make spawn provide an rc to its caller, and either pass it through > from the timeout callback, or invent ERROR_FAIL, as applicable. > > Signed-off-by: Ian Jackson Acked-by: Wei Liu ___ X

[Xen-devel] [PATCH 15/35] libxl: spawn: Preserve rc in error path

2015-06-25 Thread Ian Jackson
Make spawn provide an rc to its caller, and either pass it through from the timeout callback, or invent ERROR_FAIL, as applicable. Signed-off-by: Ian Jackson --- v4: New patch in this version of the series. --- tools/libxl/libxl_dm.c |8 +--- tools/libxl/libxl_exec.c | 36 +++