Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
people
/
peter.maydell
/
qemu-arm.git
/
fe1a9cbc339bb54d20f1ca4c1e8788d16944d5cf
/
.
/
stubs
/
blk-commit-all.c
blob: c82fb7f5f855a926a07a1276e1229f7a9f0c426e [
file
] [
log
] [
blame
]
Max Reitz
fe1a9cb
2016-03-16 19:54:40 +0100
[
diff
] [
blame^
]
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"sysemu/block-backend.h"
4
5
int
blk_commit_all
(
void
)
6
{
7
return
0
;
8
}