Re: [PATCH 08/14] migration/multifd: Drop pages->num check in sender thread
pet...@redhat.com writes: > From: Peter Xu > > Now with a split SYNC handler, we always have pages->num set for > pending_job==true. Assert it instead. > > Signed-off-by: Peter Xu Reviewed-by: Fabiano Rosas
[PATCH 08/14] migration/multifd: Drop pages->num check in sender thread
From: Peter Xu Now with a split SYNC handler, we always have pages->num set for pending_job==true. Assert it instead. Signed-off-by: Peter Xu --- migration/multifd.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/migration/multifd.c b/migration/multifd.c ind