]> git.proxmox.com Git - qemu.git/blobdiff - migration-exec.c
migration: make writes blocking
[qemu.git] / migration-exec.c
index b7b760b1d42316a6d48df1b70829bd64df11bea9..a051a6e668ead21b40bee1a5c649581d46f5fc8d 100644 (file)
@@ -69,7 +69,6 @@ void exec_start_outgoing_migration(MigrationState *s, const char *command, Error
 
     s->fd = fileno(f);
     assert(s->fd != -1);
-    socket_set_nonblock(s->fd);
 
     s->opaque = qemu_popen(f, "w");