repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slirp: remove QEMU Makefile.objs
[qemu/ar7.git]
/
stubs
/
blk-commit-all.c
blob
c82fb7f5f855a926a07a1276e1229f7a9f0c426e
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
}