Re: [PATCH v4 21/23] multifd: Zero pages transmission

2022-01-27 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> "Dr. David Alan Gilbert" wrote: >> > * Juan Quintela (quint...@redhat.com) wrote: >> >> This implements the zero page dection and handling. >> >> >> >> Signed-off-by: Juan Quintela >> >> >> >> --- >> >> >> >> Ad

Re: [PATCH v4 21/23] multifd: Zero pages transmission

2022-01-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> This implements the zero page dection and handling. > >> > >> Signed-off-by: Juan Quintela > >> > >> --- > >> > >> Add comment for offset (dave) > >>

Re: [PATCH v4 21/23] multifd: Zero pages transmission

2022-01-25 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> This implements the zero page dection and handling. >> >> Signed-off-by: Juan Quintela >> >> --- >> >> Add comment for offset (dave) >> } >> } >> >> +for (int i = 0; i < p->zero_nu

Re: [PATCH v4 21/23] multifd: Zero pages transmission

2022-01-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > This implements the zero page dection and handling. > > Signed-off-by: Juan Quintela > > --- > > Add comment for offset (dave) > --- > migration/multifd.h | 4 > migration/multifd.c | 36 ++-- > 2 files change

[PATCH v4 21/23] multifd: Zero pages transmission

2022-01-11 Thread Juan Quintela
This implements the zero page dection and handling. Signed-off-by: Juan Quintela --- Add comment for offset (dave) --- migration/multifd.h | 4 migration/multifd.c | 36 ++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/migration/multifd