]> git.proxmox.com Git - qemu.git/blobdiff - block.h
qemu tcg: Remove one entry of INDEX_op_ld_i64 from ppc_op_defs
[qemu.git] / block.h
diff --git a/block.h b/block.h
index 48d0bf35927299c7e873360224adfa6c9506a2ad..415bb17c738988344e857f4456147f0b9291d904 100644 (file)
--- a/block.h
+++ b/block.h
@@ -165,7 +165,7 @@ int64_t bdrv_get_allocated_file_size(BlockDriverState *bs);
 void bdrv_get_geometry(BlockDriverState *bs, uint64_t *nb_sectors_ptr);
 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
 int bdrv_commit(BlockDriverState *bs);
-void bdrv_commit_all(void);
+int bdrv_commit_all(void);
 int bdrv_change_backing_file(BlockDriverState *bs,
     const char *backing_file, const char *backing_fmt);
 void bdrv_register(BlockDriver *bdrv);