Re: [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure

2017-02-14 Thread Daniel P. Berrange
On Mon, Jan 23, 2017 at 10:32:19PM +0100, Juan Quintela wrote: > We just send the address through the alternate channels and test that it > is ok. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 36 > 1 file changed, 36 insertions(+) > > diff --gi

Re: [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure

2017-02-14 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > * Juan Quintela (quint...@redhat.com) wrote: > >> We just send the address through the alternate channels and test that it > >> is ok. > >> > >> Signed-off-by: Juan Quintela > >> --- > >> migration/ram.c | 36 +++

Re: [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure

2017-02-13 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> We just send the address through the alternate channels and test that it >> is ok. >> >> Signed-off-by: Juan Quintela >> --- >> migration/ram.c | 36 >> 1 file changed, 36 inse

Re: [Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure

2017-02-03 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > We just send the address through the alternate channels and test that it > is ok. > > Signed-off-by: Juan Quintela > --- > migration/ram.c | 36 > 1 file changed, 36 insertions(+) > > diff --git a/migration/ram.

[Qemu-devel] [PATCH 15/17] migration: Test new fd infrastructure

2017-01-23 Thread Juan Quintela
We just send the address through the alternate channels and test that it is ok. Signed-off-by: Juan Quintela --- migration/ram.c | 36 1 file changed, 36 insertions(+) diff --git a/migration/ram.c b/migration/ram.c index 4e530ea..95af694 100644 --- a/migrati