Sign in
qemu
/
qemu
/
e532b2e0080fea57dc2b3b3e5439735792900ae6
/
.
/
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
;
}