Peter Xu wrote:
>> @@ -1659,6 +1662,10 @@ void hmp_migrate_set_parameter(Monitor *mon, const
>> QDict *qdict)
>> }
>> p->xbzrle_cache_size = cache_size;
>> break;
>> +case MIGRATION_PARAMETER_TCP_PORT:
>> +p->has_tcp_port = true;
>> +visit_type_uint
Eric Blake wrote:
> On 12/01/2017 06:57 AM, Juan Quintela wrote:
>> It will be used to store the uri tcp_port parameter. This is the only
>> parameter than can change and we can need to be able to connect to it.
>>
>> Signed-off-by: Juan Quintela
>>
>> --
>>
>
>> @@ -2422,6 +2430,8 @@ static Pro
* Peter Xu (pet...@redhat.com) wrote:
> On Fri, Dec 01, 2017 at 01:57:49PM +0100, Juan Quintela wrote:
> > It will be used to store the uri tcp_port parameter. This is the only
> > parameter than can change and we can need to be able to connect to it.
> >
> > Signed-off-by: Juan Quintela
> >
>
On Fri, Dec 01, 2017 at 01:57:49PM +0100, Juan Quintela wrote:
> It will be used to store the uri tcp_port parameter. This is the only
> parameter than can change and we can need to be able to connect to it.
>
> Signed-off-by: Juan Quintela
>
> --
>
> This used to be uri parameter, but it has
On 12/01/2017 06:57 AM, Juan Quintela wrote:
It will be used to store the uri tcp_port parameter. This is the only
parameter than can change and we can need to be able to connect to it.
Signed-off-by: Juan Quintela
--
@@ -2422,6 +2430,8 @@ static Property migration_properties[] = {
It will be used to store the uri tcp_port parameter. This is the only
parameter than can change and we can need to be able to connect to it.
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.
---
hmp.c