Re: [Xen-devel] [PATCH v6 14/16] libxc/restore: split read/handle qemu info

2015-05-14 Thread Ian Campbell
On Thu, 2015-05-14 at 16:55 +0800, 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 i

[Xen-devel] [PATCH v6 14/16] libxc/restore: split read/handle qemu info

2015-05-14 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