Re: [Qemu-devel] [PATCH 2/6] migration: Add state records for migration incoming

2015-12-16 Thread Juan Quintela
"Dr. David Alan Gilbert (git)" wrote: > From: zhanghailiang > > 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: zhanghai

[Qemu-devel] [PATCH 2/6] migration: Add state records for migration incoming

2015-12-15 Thread Dr. David Alan Gilbert (git)
From: zhanghailiang 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 dgilbert: Fixed early free of MigraitonIncomin