Re: [Xen-devel] [PATCH Remus v1 4/8] tools/libxc: split read/handle qemu info

2015-05-07 Thread Hongyang Yang
On 05/07/2015 06:48 PM, Andrew Cooper wrote: On 07/05/15 07:37, Yang Hongyang wrote: Split read/handle qemu info. The receiving of qemu info should be done while we receive the migration stream, handle_qemu will be called when the stream complete. Otherwise, it will break Remus because read_re

Re: [Xen-devel] [PATCH Remus v1 4/8] tools/libxc: split read/handle qemu info

2015-05-07 Thread Andrew Cooper
On 07/05/15 07:37, Yang Hongyang wrote: > Split read/handle qemu info. The receiving of qemu info > should be done while we receive the migration stream, > handle_qemu will be called when the stream complete. > Otherwise, it will break Remus because read_record() > won't read qemu info and stream_c

[Xen-devel] [PATCH Remus v1 4/8] tools/libxc: split read/handle qemu info

2015-05-06 Thread Yang Hongyang
Split read/handle qemu info. The receiving of qemu info should be done while we receive the migration stream, handle_qemu will be called when the stream complete. Otherwise, it will break Remus because read_record() won't read qemu info and stream_complete will be called at failover. Signed-off-by