Re: [Qemu-devel] [PATCH v9 1/3] migration: Create socket-address parameter

2018-07-31 Thread Juan Quintela
Eric Blake wrote: >> +++ b/qapi/migration.json >> @@ -6,6 +6,7 @@ >> ## >> { 'include': 'common.json' } >> +{ 'include': 'sockets.json' } >> ## >> # @MigrationStats: >> @@ -169,6 +170,7 @@ >> # only present when the postcopy-blocktime migration capability >> #

Re: [Qemu-devel] [PATCH v9 1/3] migration: Create socket-address parameter

2018-05-09 Thread Eric Blake
On 05/09/2018 07:01 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/migration.json @@ -6,6 +6,7 @@ ## {

[Qemu-devel] [PATCH v9 1/3] migration: Create socket-address parameter

2018-05-09 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.