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