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