Re: [PATCH v3 2/5] migration: Create MigrationState active field

2020-01-21 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Right now, there is no easy way to dectect if we have already >> cancelled/finished/failed a migration. This field is setup to true >> when we start a migration, and it is set to false as soon as we stop >> it. >>

Re: [PATCH v3 2/5] migration: Create MigrationState active field

2020-01-17 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> Right now, there is no easy way to dectect if we have already >> cancelled/finished/failed a migration. This field is setup to true >> when we start a migration, and it is set to false as soon as we stop >> it. >>

Re: [PATCH v3 2/5] migration: Create MigrationState active field

2020-01-17 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > Right now, there is no easy way to dectect if we have already > cancelled/finished/failed a migration. This field is setup to true > when we start a migration, and it is set to false as soon as we stop > it. > > It fixes a real bug, in ram_save_itera