1 2 3 4 5 6 7
#include "qemu-common.h" #include "block/block.h" int bdrv_commit_all(void) { return 0; }