mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-02 22:41:07 +00:00
5708fc6655
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 lines
148 B
C
10 lines
148 B
C
#include "qemu-common.h"
|
|
#include "migration/migration.h"
|
|
|
|
void migrate_add_blocker(Error *reason)
|
|
{
|
|
}
|
|
|
|
void migrate_del_blocker(Error *reason)
|
|
{
|
|
}
|