]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/bdrv-commit-all.c
linux-user: Treat --foo options the same as -foo
[mirror_qemu.git] / stubs / bdrv-commit-all.c
1 #include "qemu-common.h"
2 #include "block/block.h"
3
4 int bdrv_commit_all(void)
5 {
6 return 0;
7 }