These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / blk-commit-all.c
diff --git a/qemu/stubs/blk-commit-all.c b/qemu/stubs/blk-commit-all.c
new file mode 100644 (file)
index 0000000..c82fb7f
--- /dev/null
@@ -0,0 +1,8 @@
+#include "qemu/osdep.h"
+#include "qemu-common.h"
+#include "sysemu/block-backend.h"
+
+int blk_commit_all(void)
+{
+    return 0;
+}