qemu-e2k/stubs/migr-blocker.c

13 lines
199 B
C
Raw Normal View History

#include "qemu/osdep.h"
#include "qemu-common.h"
#include "migration/migration.h"
int migrate_add_blocker(Error *reason, Error **errp)
{
return 0;
}
void migrate_del_blocker(Error *reason)
{
}