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

2018-03-16 Thread Daniel P . Berrangé
On Wed, Mar 14, 2018 at 05:38:34PM +0100, Juan Quintela wrote: > It will be used to store the uri parameter. 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 para

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

2018-03-14 Thread Juan Quintela
It will be used to store the uri parameter. 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. T