Message ID | 9e4d2b98ee98f4cee50d671e500eceeefa751ee0.1464242913.git.amit.shah@redhat.com |
---|---|
State | New |
Headers | show |
diff --git a/migration/migration.c b/migration/migration.c index ac7790f..c8d10ee 100644 --- a/migration/migration.c +++ b/migration/migration.c @@ -1791,6 +1791,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);