Sign in
qemu-android
/
qemu-android
/
77577cb8d6ec9d787e22c5e4ab17ee85fa3f753d
/
.
/
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
;
}