qemu/stubs/blk-commit-all.c
<<
>>
Prefs
   1#include "qemu/osdep.h"
   2#include "qemu-common.h"
   3#include "sysemu/block-backend.h"
   4
   5int blk_commit_all(void)
   6{
   7    return 0;
   8}
   9