2016-01-29 20:49:52 +03:00
|
|
|
#include "qemu/osdep.h"
|
2017-04-06 13:00:28 +03:00
|
|
|
#include "migration/blocker.h"
|
2012-11-26 18:36:40 +04:00
|
|
|
|
2017-01-16 14:31:53 +03:00
|
|
|
int migrate_add_blocker(Error *reason, Error **errp)
|
2012-11-26 18:36:40 +04:00
|
|
|
{
|
2017-01-16 14:31:53 +03:00
|
|
|
return 0;
|
2012-11-26 18:36:40 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
void migrate_del_blocker(Error *reason)
|
|
|
|
{
|
|
|
|
}
|