summaryrefslogtreecommitdiff
path: root/migration/postcopy-ram.c
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2017-05-19 14:43:30 +0800
committerJuan Quintela <quintela@redhat.com>2017-06-01 18:49:12 +0200
commit660819b1df9f79cb8d3bb99c590476f131858e75 (patch)
tree189665725d628290f4042bb69876ecab2a72d016 /migration/postcopy-ram.c
parent3482655bbc21d158ed0daaa294c890997238cc23 (diff)
downloadqemu-660819b1df9f79cb8d3bb99c590476f131858e75.tar.gz
migration: shut src return path unconditionally
We were do the shutting off only for postcopy. Now we do this as long as the source return path is there. Moving the cleanup of from_src_file there too. Signed-off-by: Peter Xu <peterx@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration/postcopy-ram.c')
-rw-r--r--migration/postcopy-ram.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/postcopy-ram.c b/migration/postcopy-ram.c
index 3f9ae1bff2..5ceb62374b 100644
--- a/migration/postcopy-ram.c
+++ b/migration/postcopy-ram.c
@@ -333,7 +333,6 @@ int postcopy_ram_incoming_cleanup(MigrationIncomingState *mis)
}
postcopy_state_set(POSTCOPY_INCOMING_END);
- migrate_send_rp_shut(mis, qemu_file_get_error(mis->from_src_file) != 0);
if (mis->postcopy_tmp_page) {
munmap(mis->postcopy_tmp_page, mis->largest_page_size);