[Qemu-devel] [PATCH v12 2/3] migration: Create socket-address parameter

2019-02-06 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.

Re: [Qemu-devel] [PATCH v12 2/3] migration: Create socket-address parameter

2019-02-06 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

Re: [Qemu-devel] [PATCH v12 2/3] migration: Create socket-address parameter

2019-02-20 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 v12 2/3] migration: Create socket-address parameter

2019-02-20 Thread Eric Blake
On 2/6/19 6:36 AM, 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 > > -- > > +++ b/qapi/sockets.json > @@ -152,3 +152,16 @