Re: [Qemu-devel] [PATCH RFC 3/5] migration: fix the multifd code when receiving less channels

2018-11-28 Thread Peter Xu
On Wed, Nov 28, 2018 at 06:33:06PM +0800, Fei Li wrote: > In our current code, when multifd is used during migration, if there > is an error before the destination receives all new channels, the > source keeps running, however the destination does not exit but keeps > waiting until the source is ki

[Qemu-devel] [PATCH RFC 3/5] migration: fix the multifd code when receiving less channels

2018-11-28 Thread Fei Li
In our current code, when multifd is used during migration, if there is an error before the destination receives all new channels, the source keeps running, however the destination does not exit but keeps waiting until the source is killed deliberately. Fix this by dumping the specific error and l