aboutsummaryrefslogtreecommitdiff
path: root/stubs/blk-commit-all.c
blob: e156c57f8d71bc28da1f20fdc56a94cab2644c15 (plain)
1
2
3
4
5
6
7
#include "qemu/osdep.h"
#include "sysemu/block-backend.h"

int blk_commit_all(void)
{
    return 0;
}