]>
Git Repo - qemu.git/blame_incremental - stubs/blk-commit-all.c
... / ...
Commit | Line | Data |
| 1 | #include "qemu/osdep.h" |
| 2 | #include "sysemu/block-backend.h" |
| 3 | |
| 4 | int blk_commit_all(void) |
| 5 | { |
| 6 | return 0; |
| 7 | } |
This page took 0.021432 seconds and 4 git commands to generate.