]> Git Repo - qemu.git/blob - stubs/blk-commit-all.c
virtio-net: enable configurable tx queue size
[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 }
This page took 0.023409 seconds and 4 git commands to generate.