repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pc: fw_cfg: move ioport base constant to pc.h
[qemu.git]
/
stubs
/
bdrv-commit-all.c
blob
bf84a1d85a737d1fcadad0ec1409e8b0cd4f7a3a
1
#include
"qemu/osdep.h"
2
#include
"qemu-common.h"
3
#include
"block/block.h"
4
5
int
bdrv_commit_all
(
void
)
6
{
7
return
0
;
8
}