From fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Wed, 16 Mar 2016 19:54:40 +0100 Subject: block: Move some bdrv_*_all() functions to BB Move bdrv_commit_all() and bdrv_flush_all() to the BlockBackend level. Signed-off-by: Max Reitz Signed-off-by: Kevin Wolf --- stubs/blk-commit-all.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stubs/blk-commit-all.c (limited to 'stubs/blk-commit-all.c') 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; +} -- cgit 1.4.1