Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include "qemu/osdep.h"
#include "migration/blocker.h"
int migrate_add_blocker(Error *reason, Error **errp)
{
return 0;
}
void migrate_del_blocker(Error *reason)