aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/bdrv-commit-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/bdrv-commit-all.c')
-rw-r--r--stubs/bdrv-commit-all.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/bdrv-commit-all.c b/stubs/bdrv-commit-all.c
new file mode 100644
index 00000000..a8e0a954
--- /dev/null
+++ b/stubs/bdrv-commit-all.c
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+#include "block/block.h"
+
+int bdrv_commit_all(void)
+{
+ return 0;
+}