summaryrefslogblamecommitdiffstats
path: root/stubs/migr-blocker.c
blob: a5ba18f53d556f254c7e8b684f8c6564f484378d (plain) (tree)
1
2
3
4
5
6
7
                       


                                
                                                    
 
             




                                       
#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)
{
}