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