Re: [PATCH 5/5] multifd: Add colo support

2023-05-08 Thread Juan Quintela
Lukas Straub wrote: > Signed-off-by: Lukas Straub > --- Please, split the move the creation of the p->block and the rest of the patch. > diff --git a/migration/multifd.c b/migration/multifd.c > index fb5e8859de..fddbf86596 100644 > --- a/migration/multifd.c > +++ b/migration/multifd.c > @@ -2

[PATCH 5/5] multifd: Add colo support

2023-05-07 Thread Lukas Straub
Signed-off-by: Lukas Straub --- migration/multifd-colo.c | 30 +- migration/multifd.c | 11 +-- migration/multifd.h | 2 ++ 3 files changed, 36 insertions(+), 7 deletions(-) diff --git a/migration/multifd-colo.c b/migration/multifd-colo.c index c035