Re: [Qemu-devel] [PATCH 1/5] migration: set current_active_state once

2017-03-31 Thread Dr. David Alan Gilbert
* Peter Xu (pet...@redhat.com) wrote: > We set it right above this one. No need to set it twice. Ah good spot, yes set in the declaration of current_active_state. > CC: Juan Quintela > CC: "Dr. David Alan Gilbert" > Signed-off-by: Peter Xu > --- > migration/migration.c | 1 - > 1 file changed

[Qemu-devel] [PATCH 1/5] migration: set current_active_state once

2017-03-27 Thread Peter Xu
We set it right above this one. No need to set it twice. CC: Juan Quintela CC: "Dr. David Alan Gilbert" Signed-off-by: Peter Xu --- migration/migration.c | 1 - 1 file changed, 1 deletion(-) diff --git a/migration/migration.c b/migration/migration.c index 54060f7..f9f4d98 100644 --- a/migrati