2016-01-30 01:49:52 +08:00
|
|
|
#include "qemu/osdep.h"
|
2014-05-27 20:07:10 +08:00
|
|
|
#include "qemu-common.h"
|
2016-03-17 02:54:40 +08:00
|
|
|
#include "sysemu/block-backend.h"
|
2014-05-27 20:07:10 +08:00
|
|
|
|
2016-03-17 02:54:40 +08:00
|
|
|
int blk_commit_all(void)
|
2014-05-27 20:07:10 +08:00
|
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|