Sign in
qemu
/
qemu
/
dd29ab88a3441e70ccd8c410fa85561b8cc54861
/
.
/
stubs
/
blk-commit-all.c
blob: 76b08275a5c7e7755175ab84be1bd8ac3106c6c9 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"system/block-backend.h"
int
blk_commit_all
(
void
)
{
return
0
;
}