qemu/stubs/migr-blocker.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
176 B
C
Raw Normal View History

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