Lines Matching +full:value +full:- +full:start
12 * See the COPYING file in the top-level directory.
18 #include "qapi/qapi-types-block-core.h"
49 * .start = replication_start,
58 * BDRVReplicationState *s = bs->opaque;
59 * s->rs = replication_new(bs, &replication_ops);
65 * BDRVReplicationState *s = bs->opaque;
66 * replication_remove(s->rs);
87 * Then in migration, we can use replication_(start/stop/do_checkpoint/
93 * @opaque: opaque pointer value passed to this ReplicationState
105 * @start: callback to start replication
111 void (*start)(ReplicationState *rs, ReplicationMode mode, Error **errp); member
119 * @opaque: opaque pointer value passed to ReplicationState
143 * Start replication, called in migration/checkpoint thread
167 * @failover: boolean value that indicates if we need do failover or not