5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
11 lines
148 B
C
11 lines
148 B
C
#include "qemu-common.h"
|
|
#include "migration/migration.h"
|
|
|
|
void migrate_add_blocker(Error *reason)
|
|
{
|
|
}
|
|
|
|
void migrate_del_blocker(Error *reason)
|
|
{
|
|
}
|