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