Re: [Xen-devel] [PATCH 1/5] remus: don't call stream_continue() when doing failover

2015-12-30 Thread Andrew Cooper
On 30/12/2015 01:39, Wen Congyang wrote: stream_continue() is used for migration to read emulator xenstore data and emulator context. For remus, if we do failover, we have read it in the checkpoint cycle, and we only need to complete the stream. Signed-off-by: Wen Congyang Reviewed-by: Andrew

[Xen-devel] [PATCH 1/5] remus: don't call stream_continue() when doing failover

2015-12-29 Thread Wen Congyang
stream_continue() is used for migration to read emulator xenstore data and emulator context. For remus, if we do failover, we have read it in the checkpoint cycle, and we only need to complete the stream. Signed-off-by: Wen Congyang --- tools/libxl/libxl_stream_read.c | 18 +- 1