]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-nbd.c
migration: Reference migration state around loadvm_postcopy_handle_run_bh
[mirror_qemu.git] / qemu-nbd.c
index 186e6468b1abf2fde0d911bececb1e60d9fd266a..bac0b5e3ecda1b3a7624dc7a5c9da4919003fce0 100644 (file)
@@ -1123,9 +1123,7 @@ int main(int argc, char **argv)
         qdict_put_str(raw_opts, "file", bs->node_name);
         qdict_put_int(raw_opts, "offset", dev_offset);
 
-        aio_context_acquire(qemu_get_aio_context());
         bs = bdrv_open(NULL, NULL, raw_opts, flags, &error_fatal);
-        aio_context_release(qemu_get_aio_context());
 
         blk_remove_bs(blk);
         blk_insert_bs(blk, bs, &error_fatal);