Re: [Qemu-devel] [PATCH v11 2/4] migration: Create socket-address parameter

2019-02-06 Thread Markus Armbruster
Juan Quintela writes: > Eric Blake wrote: >> On 1/30/19 6:06 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

Re: [Qemu-devel] [PATCH v11 2/4] migration: Create socket-address parameter

2019-02-06 Thread Juan Quintela
Eric Blake wrote: > On 1/30/19 6:06 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 >> >> +return

Re: [Qemu-devel] [PATCH v11 2/4] migration: Create socket-address parameter

2019-01-30 Thread Eric Blake
On 1/30/19 6:06 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/hmp.c > @@ -166,6 +166,26 @@ void

[Qemu-devel] [PATCH v11 2/4] migration: Create socket-address parameter

2019-01-30 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.