"Dr. David Alan Gilbert (git)" <dgilb...@redhat.com> wrote: > From: zhanghailiang <zhang.zhanghaili...@huawei.com> > > For migration destination, we also need to know its state, > we will use it in COLO. > > Here we add a new member 'state' for MigrationIncomingState, > and also use migrate_set_state() to modify its value. > > Signed-off-by: zhanghailiang <zhang.zhanghaili...@huawei.com> > > dgilbert: Fixed early free of MigraitonIncomingState > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
Reviewed-by: Juan Quintela <quint...@redhat.com> Forget comment to previous patch. Improving the comment, and saying that it allows to also work on IncomingState instead of "Fix" could help.