aboutsummaryrefslogtreecommitdiff
path: root/stubs/blk-commit-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/blk-commit-all.c')
-rw-r--r--stubs/blk-commit-all.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/stubs/blk-commit-all.c b/stubs/blk-commit-all.c
new file mode 100644
index 0000000000..c82fb7f5f8
--- /dev/null
+++ b/stubs/blk-commit-all.c
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "sysemu/block-backend.h"
+
+int blk_commit_all(void)
+{
+ return 0;
+}