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