Re: [Xen-devel] [PATCH v4 3/5] tools/libxc: don't send end record if remus fails

2016-01-18 Thread Ian Campbell
On Mon, 2016-01-18 at 16:53 +, Ian Campbell wrote: >  > What was the outcoming of Andy's comment on v1 regarding error handling > for ->postcopy? Ignore this, I saw just too late that it was in #4. Ian. ___ Xen-devel mailing list Xen-devel@lists.x

Re: [Xen-devel] [PATCH v4 3/5] tools/libxc: don't send end record if remus fails

2016-01-18 Thread Ian Campbell
On Mon, 2016-01-18 at 13:40 +0800, Wen Congyang wrote: > Signed-off-by: Wen Congyang > Reviewed-by: Andrew Cooper Acked-by: Ian Campbell What was the outcoming of Andy's comment on v1 regarding error handling for ->postcopy? > --- >  tools/libxc/xc_sr_save.c | 2 +- >  1 file changed, 1 insert

[Xen-devel] [PATCH v4 3/5] tools/libxc: don't send end record if remus fails

2016-01-17 Thread Wen Congyang
Signed-off-by: Wen Congyang Reviewed-by: Andrew Cooper --- tools/libxc/xc_sr_save.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_sr_save.c b/tools/libxc/xc_sr_save.c index 88d85ef..e532168 100644 --- a/tools/libxc/xc_sr_save.c +++ b/tools/libxc/xc_sr_save.c