Re: [Xen-devel] [PATCH v10 12/31] tools/libxl: add back channel support to read stream

2016-03-02 Thread Wei Liu
On Fri, Feb 26, 2016 at 10:16:43AM +0800, Wen Congyang wrote: [...] > > > > Even if it doesn't have restore helper, check_all_finished also checks > > if the stream and the conversion helper are till in use. The > > explanation in the comment doesn't seem to justify this change. > > In

Re: [Xen-devel] [PATCH v10 12/31] tools/libxl: add back channel support to read stream

2016-02-25 Thread Wen Congyang
On 02/25/2016 11:54 PM, Wei Liu wrote: > On Mon, Feb 22, 2016 at 10:52:16AM +0800, Wen Congyang wrote: >> This is used by primay to read records sent by secondary. >> >> Signed-off-by: Yang Hongyang >> Signed-off-by: Wen Congyang >> --- >>

Re: [Xen-devel] [PATCH v10 12/31] tools/libxl: add back channel support to read stream

2016-02-25 Thread Wei Liu
On Mon, Feb 22, 2016 at 10:52:16AM +0800, Wen Congyang wrote: > This is used by primay to read records sent by secondary. > > Signed-off-by: Yang Hongyang > Signed-off-by: Wen Congyang > --- > tools/libxl/libxl_create.c | 1 + >

[Xen-devel] [PATCH v10 12/31] tools/libxl: add back channel support to read stream

2016-02-21 Thread Wen Congyang
This is used by primay to read records sent by secondary. Signed-off-by: Yang Hongyang Signed-off-by: Wen Congyang --- tools/libxl/libxl_create.c | 1 + tools/libxl/libxl_internal.h| 1 + tools/libxl/libxl_stream_read.c | 27