git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
tests: Add a tester for HMP commands
[qemu.git]
/
stubs
/
blk-commit-all.c
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
}