~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

1
2
3
4
5
6
7
8
9
10
11
12
#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)
{
}