]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/block_int.h
block: Inactivate BDS when migration completes
[mirror_qemu.git] / include / block / block_int.h
index 256609dd3d2d0edf38ddcc681e3a38d1ad94e461..428fa3397e4ebfd07b43f749cd653d0dd97a5ff2 100644 (file)
@@ -172,6 +172,7 @@ struct BlockDriver {
      * Invalidate any cached meta-data.
      */
     void (*bdrv_invalidate_cache)(BlockDriverState *bs, Error **errp);
+    int (*bdrv_inactivate)(BlockDriverState *bs);
 
     /*
      * Flushes all data that was already written to the OS all the way down to