Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / bdrv-commit-all.c
diff --git a/qemu/stubs/bdrv-commit-all.c b/qemu/stubs/bdrv-commit-all.c
new file mode 100644 (file)
index 0000000..a8e0a95
--- /dev/null
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+#include "block/block.h"
+
+int bdrv_commit_all(void)
+{
+    return 0;
+}