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