Re: [Qemu-devel] [PATCH v9 08/12] migration: Test new fd infrastructure

2017-10-17 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 I remember questions on this patch from last time as well; this is just test isn't it, and all this gets changed in later patches. So

[Qemu-devel] [PATCH v9 08/12] migration: Test new fd infrastructure

2017-10-04 Thread Juan Quintela
We just send the address through the alternate channels and test that it is ok. Signed-off-by: Juan Quintela -- Use qio_channel_*all functions --- migration/ram.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/migration/ram.c b/migration/ram.c inde