]> Git Repo - qemu.git/blobdiff - block/io.c
assertions for block_int global state API
[qemu.git] / block / io.c
index 8697e85f25ad5d93e6231b7fea43a558093f8708..83bf18c1fefb114cfd756c87efae032a163b01f9 100644 (file)
@@ -699,6 +699,7 @@ void bdrv_drain_all_begin(void)
 void bdrv_drain_all_end_quiesce(BlockDriverState *bs)
 {
     int drained_end_counter = 0;
+    GLOBAL_STATE_CODE();
 
     g_assert(bs->quiesce_counter > 0);
     g_assert(!bs->refcnt);
This page took 0.022713 seconds and 4 git commands to generate.