mirror_qemu/stubs/migr-blocker.c

12 lines
176 B
C

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