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