Re: [Qemu-devel] [PATCH 12/22] migration: Use migrate_fd_error() in last place that set status to ERROR

2011-02-23 Thread Yoshiaki Tamura
2011/2/23 Juan Quintela : > We are also calling to migrate_fd_cleanup(), but notice that it is the > right thing to do. > > Signed-off-by: Juan Quintela > --- >  migration.c |    6 +- >  1 files changed, 1 insertions(+), 5 deletions(-) > > diff --git a/migration.c b/migration.c > index ab98664

[Qemu-devel] [PATCH 12/22] migration: Use migrate_fd_error() in last place that set status to ERROR

2011-02-22 Thread Juan Quintela
We are also calling to migrate_fd_cleanup(), but notice that it is the right thing to do. Signed-off-by: Juan Quintela --- migration.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/migration.c b/migration.c index ab98664..3983257 100644 --- a/migration.c +++ b/mig