Re: [PATCH v2 5/7] migration/multifd: Remove sync processing on postcopy

2024-12-06 Thread Fabiano Rosas
Peter Xu writes: > Multifd never worked with postcopy, at least yet so far. > > Remove the sync processing there, because it's confusing, and they should > never appear. Now if RAM_SAVE_FLAG_MULTIFD_FLUSH is observed, we fail hard > instead of trying to invoke multifd code. > > Signed-off-by: Pe

[PATCH v2 5/7] migration/multifd: Remove sync processing on postcopy

2024-12-05 Thread Peter Xu
Multifd never worked with postcopy, at least yet so far. Remove the sync processing there, because it's confusing, and they should never appear. Now if RAM_SAVE_FLAG_MULTIFD_FLUSH is observed, we fail hard instead of trying to invoke multifd code. Signed-off-by: Peter Xu --- migration/ram.c |