diff options
Diffstat (limited to 'stubs/blk-commit-all.c')
-rw-r--r-- | stubs/blk-commit-all.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/blk-commit-all.c b/stubs/blk-commit-all.c new file mode 100644 index 000000000..e156c57f8 --- /dev/null +++ b/stubs/blk-commit-all.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "sysemu/block-backend.h" + +int blk_commit_all(void) +{ + return 0; +} |