Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-05-08 Thread Juan Quintela
Daniel P. Berrangé wrote: > On Wed, Apr 04, 2018 at 01:27:27PM +0200, Juan Quintela wrote: >> It will be used to store the uri parameters. We want this only for >> tcp, so we don't set it for other uris. We need it to know what port >> is migration running. >> >> Signed-off-by: Juan Quintela >>

Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-05-08 Thread Juan Quintela
Daniel P. Berrangé wrote: > On Thu, Apr 12, 2018 at 02:09:33PM +0100, Dr. David Alan Gilbert wrote: >> * Juan Quintela (quint...@redhat.com) wrote: >> > It will be used to store the uri parameters. We want this only for >> > tcp, so we don't set it for other uris. We need it to know what port >>

Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-05-08 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> It will be used to store the uri parameters. We want this only for >> tcp, so we don't set it for other uris. We need it to know what port >> is migration running. >> >> Signed-off-by: Juan Quintela >> >> -- >>

Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-04-13 Thread Daniel P . Berrangé
On Thu, Apr 12, 2018 at 02:09:33PM +0100, Dr. David Alan Gilbert wrote: > * Juan Quintela (quint...@redhat.com) wrote: > > It will be used to store the uri parameters. We want this only for > > tcp, so we don't set it for other uris. We need it to know what port > > is migration running. > > > >

Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-04-13 Thread Daniel P . Berrangé
On Wed, Apr 04, 2018 at 01:27:27PM +0200, Juan Quintela wrote: > It will be used to store the uri parameters. We want this only for > tcp, so we don't set it for other uris. We need it to know what port > is migration running. > > Signed-off-by: Juan Quintela > > -- > > This used to be uri par

Re: [Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-04-12 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > It will be used to store the uri parameters. We want this only for > tcp, so we don't set it for other uris. We need it to know what port > is migration running. > > Signed-off-by: Juan Quintela > > -- > > This used to be uri parameter, but it has

[Qemu-devel] [PATCH v7 4/8] migration: Create socket-address parameter

2018-04-04 Thread Juan Quintela
It will be used to store the uri parameters. We want this only for tcp, so we don't set it for other uris. We need it to know what port is migration running. Signed-off-by: Juan Quintela -- This used to be uri parameter, but it has so many troubles to reproduce that it don't just make sense.