Sign in
qemu
/
qemu
/
133e9b228df16d11de01529c217417e78d1d9370
/
.
/
stubs
/
bdrv-commit-all.c
blob: a8e0a95417ccede84f093f1b920d3a60a43fd7aa [
file
] [
log
] [
blame
]
#include
"qemu-common.h"
#include
"block/block.h"
int
bdrv_commit_all
(
void
)
{
return
0
;
}