Zhimin Feng <fengzhim...@huawei.com> wrote: > Signed-off-by: Zhimin Feng <fengzhim...@huawei.com> > --- > migration/migration.c | 10 ++++++++++ > migration/migration.h | 1 + > 2 files changed, 11 insertions(+) > > diff --git a/migration/migration.c b/migration/migration.c > index 10a13e0c79..819089a7ea 100644 > --- a/migration/migration.c > +++ b/migration/migration.c > @@ -107,6 +107,7 @@ static NotifierList migration_state_notifiers = > NOTIFIER_LIST_INITIALIZER(migration_state_notifiers); > > static bool deferred_incoming; > +static bool enabled_rdma_migration;
Please no. Use a field in migration state. No problem with the rest ofthe patch. Later, Juan.