qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 26/27] migration: remove some block_cleanup_parameter


From: Juan Quintela
Subject: [Qemu-devel] [PULL 26/27] migration: remove some block_cleanup_parameters()
Date: Mon, 15 Jan 2018 12:53:08 +0100

From: Peter Xu <address@hidden>

Keep the one in migrate_fd_cleanup() would be enough.  Removing the other
two.

Signed-off-by: Peter Xu <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
Signed-off-by: Juan Quintela <address@hidden>
---
 migration/migration.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/migration/migration.c b/migration/migration.c
index 793fd163f7..47367cffae 100644
--- a/migration/migration.c
+++ b/migration/migration.c
@@ -1160,7 +1160,6 @@ void migrate_fd_error(MigrationState *s, const Error 
*error)
                       MIGRATION_STATUS_FAILED);
     migrate_set_error(s, error);
     notifier_list_notify(&migration_state_notifiers, s);
-    block_cleanup_parameters(s);
 }
 
 static void migrate_fd_cancel(MigrationState *s)
@@ -1206,7 +1205,6 @@ static void migrate_fd_cancel(MigrationState *s)
             s->block_inactive = false;
         }
     }
-    block_cleanup_parameters(s);
 }
 
 void add_migration_state_change_notifier(Notifier *notify)
-- 
2.14.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]