blk-commit-all.c 102 B

1234567
  1. #include "qemu/osdep.h"
  2. #include "sysemu/block-backend.h"
  3. int blk_commit_all(void)
  4. {
  5. return 0;
  6. }