Amit Shah <amit.s...@redhat.com> wrote: > From: zhanghailiang <zhang.zhanghaili...@huawei.com> > > Add checkpoint-delay parameter for migrate-set-parameters, so that > we can control the checkpoint frequency when COLO is in periodic mode. > > > @@ -587,6 +593,7 @@ MigrationParameters *qmp_query_migrate_parameters(Error > **errp) > params->max_bandwidth = s->parameters.max_bandwidth; > params->has_downtime_limit = true; > params->downtime_limit = s->parameters.downtime_limit; > + params->x_checkpoint_delay = s->parameters.x_checkpoint_delay; > > return params; > }
I think you are missing here: params->has_x_checkpoint_delay = true; No? Later, Juan