Sign in
qemu
/
qemu
/
ec7e429bd250ecfb6528e27eec58ea9ee47cd95d
/
.
/
stubs
/
blk-commit-all.c
blob: e156c57f8d71bc28da1f20fdc56a94cab2644c15 [
file
] [
log
] [
blame
]
Max Reitz
fe1a9cb
2016-03-16 19:54:40 +0100
[
diff
] [
blame
]
1
#include
"qemu/osdep.h"
Max Reitz
fe1a9cb
2016-03-16 19:54:40 +0100
[
diff
] [
blame
]
2
#include
"sysemu/block-backend.h"
3
4
int
blk_commit_all
(
void
)
5
{
6
return
0
;
7
}