Sign in
qemu
/
qemu
/
3650b2de3418daf38960a1d87f6ce1f1bf80183c
/
.
/
stubs
/
blk-commit-all.c
blob: c82fb7f5f855a926a07a1276e1229f7a9f0c426e [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qemu-common.h"
#include
"sysemu/block-backend.h"
int
blk_commit_all
(
void
)
{
return
0
;
}