mirror of https://gitee.com/openkylin/qemu.git
9 lines
127 B
C
9 lines
127 B
C
|
#include "qemu/osdep.h"
|
||
|
#include "qemu-common.h"
|
||
|
#include "sysemu/block-backend.h"
|
||
|
|
||
|
int blk_commit_all(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|