Re: [PATCH 2/2] migration/multifd: not use multifd during postcopy

2019-11-19 Thread Wei Yang
On Tue, Nov 19, 2019 at 11:55:52AM +0100, Juan Quintela wrote: >Wei Yang wrote: >> We don't support multifd during postcopy, but user still could enable >> both multifd and postcopy. This leads to migration failure. >> >> Skip multifd during postcopy. >> >> Signed-off-by: Wei Yang > >Reviewed-by:

Re: [PATCH 2/2] migration/multifd: not use multifd during postcopy

2019-11-19 Thread Juan Quintela
Wei Yang wrote: > We don't support multifd during postcopy, but user still could enable > both multifd and postcopy. This leads to migration failure. > > Skip multifd during postcopy. > > Signed-off-by: Wei Yang Reviewed-by: Juan Quintela I was working in a different implementation, but I agre

[PATCH 2/2] migration/multifd: not use multifd during postcopy

2019-10-25 Thread Wei Yang
We don't support multifd during postcopy, but user still could enable both multifd and postcopy. This leads to migration failure. Skip multifd during postcopy. Signed-off-by: Wei Yang --- migration/ram.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/migration/ram.