mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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)
|
|
{
|
|
}
|