Add qemu 2.4.0
[kvmfornfv.git] / qemu / stubs / bdrv-commit-all.c
1 #include "qemu-common.h"
2 #include "block/block.h"
3
4 int bdrv_commit_all(void)
5 {
6     return 0;
7 }