remus: don't call stream_continue() when doing failover
authorWen Congyang <wency@cn.fujitsu.com>
Tue, 19 Jan 2016 07:17:38 +0000 (15:17 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 20 Jan 2016 17:08:55 +0000 (17:08 +0000)
commit974af7db71fadb8456f17ae5a6ab40b80c48b3be
treeb7bfe21400423c85d3d9270fce10a283bfb4f919
parent794347f5e3b5ce5b94a886f107cb04647aaac281
remus: don't call stream_continue() when doing failover

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 <wency@cn.fujitsu.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl_stream_read.c