These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / stubs / blk-commit-all.c
1 #include "qemu/osdep.h"
2 #include "qemu-common.h"
3 #include "sysemu/block-backend.h"
4
5 int blk_commit_all(void)
6 {
7     return 0;
8 }