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