795c40b8bd
This allows us to remove lots of includes of migration/migration.h Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Peter Xu <peterx@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
13 lines
197 B
C
13 lines
197 B
C
#include "qemu/osdep.h"
|
|
#include "qemu-common.h"
|
|
#include "migration/blocker.h"
|
|
|
|
int migrate_add_blocker(Error *reason, Error **errp)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void migrate_del_blocker(Error *reason)
|
|
{
|
|
}
|