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