qemu-e2k/stubs/blk-commit-all.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
102 B
C
Raw Permalink Normal View History

#include "qemu/osdep.h"
#include "sysemu/block-backend.h"
int blk_commit_all(void)
{
return 0;
}