Re: [Qemu-devel] [PATCH 08/11] migration: Use always helper to set state

2015-07-01 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> There were three places that were not using the migrate_set_state() >> helper, just fix that. >> >> Signed-off-by: Juan Quintela >> --- >> migration/migration.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 de

Re: [Qemu-devel] [PATCH 08/11] migration: Use always helper to set state

2015-06-18 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > There were three places that were not using the migrate_set_state() > helper, just fix that. > > Signed-off-by: Juan Quintela > --- > migration/migration.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/migration/mig

[Qemu-devel] [PATCH 08/11] migration: Use always helper to set state

2015-06-16 Thread Juan Quintela
There were three places that were not using the migrate_set_state() helper, just fix that. Signed-off-by: Juan Quintela --- migration/migration.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migration/migration.c b/migration/migration.c index 1791185..1c84249 100644