Message ID | 1458311463-28272-8-git-send-email-berrange@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/migration/migration.c b/migration/migration.c index a06566f..ca611e5 100644 --- a/migration/migration.c +++ b/migration/migration.c @@ -1769,6 +1769,7 @@ void migrate_fd_connect(MigrationState *s) s->expected_downtime = max_downtime/1000000; s->cleanup_bh = qemu_bh_new(migrate_fd_cleanup, s); + qemu_file_set_blocking(s->to_dst_file, true); qemu_file_set_rate_limit(s->to_dst_file, s->bandwidth_limit / XFER_LIMIT_RATIO);