On 12/8/25 16:41, Fabiano Rosas wrote:
> Peter Xu <[email protected]> writes:
> 
>> This aids scriptings only.
>>
>> Signed-off-by: Peter Xu <[email protected]>
>> ---
>>  migration/options.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/migration/options.c b/migration/options.c
>> index e78324b80c..30bf9afaf0 100644
>> --- a/migration/options.c
>> +++ b/migration/options.c
>> @@ -203,6 +203,7 @@ const Property migration_properties[] = {
>>                          MIGRATION_CAPABILITY_SWITCHOVER_ACK),
>>      DEFINE_PROP_MIG_CAP("x-dirty-limit", MIGRATION_CAPABILITY_DIRTY_LIMIT),
>>      DEFINE_PROP_MIG_CAP("mapped-ram", MIGRATION_CAPABILITY_MAPPED_RAM),
>> +    DEFINE_PROP_MIG_CAP("x-ignore-share", 
>> MIGRATION_CAPABILITY_X_IGNORE_SHARED),
>>  };
>>  const size_t migration_properties_count = ARRAY_SIZE(migration_properties);
> 
> Reviewed-by: Fabiano Rosas <[email protected]>
> 

Nit: x-ignore-shared or x-ignore-share ? Commit msg and code seem to disagree.

Ciao,

C

Reply via email to