Re: [Qemu-devel] [PATCH v5 12/17] migration: Send the fd number which we are going to use for this page

2017-08-09 Thread Paolo Bonzini
On 17/07/2017 15:42, Juan Quintela wrote: > We are still sending the page through the main channel, that would > change later in the series > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >

Re: [Qemu-devel] [PATCH v5 12/17] migration: Send the fd number which we are going to use for this page

2017-07-20 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We are still sending the page through the main channel, that would > change later in the series > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 13 +++-- > 1 file changed, 11 insertions(+), 2 deletions(-) >

[Qemu-devel] [PATCH v5 12/17] migration: Send the fd number which we are going to use for this page

2017-07-17 Thread Juan Quintela
We are still sending the page through the main channel, that would change later in the series Signed-off-by: Juan Quintela --- migration/ram.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/migration/ram.c b/migration/ram.c index