Re: [Qemu-devel] [PATCH 22/36] migration: Introduce MIG_STATE_SETUP

2011-10-17 Thread Juan Quintela
Anthony Liguori wrote: > On 10/11/2011 05:00 AM, Juan Quintela wrote: > CODING_STYLE. > > Regards, > > Anthony Liguori Attached v2 of this patch. Only change is s/enum migration_state/enum/ >From 990ccd38f0ff916ada859d28831b2be63983c309 Mon Sep 17 00:00:00 2001 Message-Id: <990ccd38f0ff916ada8

Re: [Qemu-devel] [PATCH 22/36] migration: Introduce MIG_STATE_SETUP

2011-10-17 Thread Anthony Liguori
On 10/11/2011 05:00 AM, Juan Quintela wrote: Use MIG_STATE_ACTIVE only when migration has really started. Use this new state to setup migration parameters. Signed-off-by: Juan Quintela --- migration.c |6 +- migration.h | 11 +++ 2 files changed, 12 insertions(+), 5 deleti

[Qemu-devel] [PATCH 22/36] migration: Introduce MIG_STATE_SETUP

2011-10-11 Thread Juan Quintela
Use MIG_STATE_ACTIVE only when migration has really started. Use this new state to setup migration parameters. Signed-off-by: Juan Quintela --- migration.c |6 +- migration.h | 11 +++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/migration.c b/migration.c in