Re: [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-05-11 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> "Dr. David Alan Gilbert" wrote: > >> > * Juan Quintela (quint...@redhat.com) wrote: > >> > I think that needs validating to ensure that the source didn't > >> > sen

Re: [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-05-09 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: >> > I think that needs validating to ensure that the source didn't >> > send us junk and cause us to overwrite after the end of bloc

Re: [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-05-09 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> We still don't put anything there. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> migration/ram.c | 137 +++- > >

Re: [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-05-09 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We still don't put anything there. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 137 +++- >> 1 file changed, 136 insertions(+), 1 deletion(-) >> +b

Re: [Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-05-02 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We still don't put anything there. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 137 +++- > 1 file changed, 136 insertions(+), 1 deletion(-) > > diff --git a/migration/ram.c b/migration/ram.

[Qemu-devel] [PATCH v12 11/21] migration: Create multifd packet

2018-04-25 Thread Juan Quintela
We still don't put anything there. Signed-off-by: Juan Quintela --- migration/ram.c | 137 +++- 1 file changed, 136 insertions(+), 1 deletion(-) diff --git a/migration/ram.c b/migration/ram.c index b19300992e..804c83ed89 100644 --- a/migration/ram.c +