Manipulate the gpe bits and send sci up the os
[qemu-kvm/fedora.git] / migration.h
blob06a2e4134807477925bed4bca30d82b0470971a6
1 #ifndef MIGRATION_H
2 #define MIGRATION_H
4 void do_info_migration(void);
5 void do_migrate(int detach, const char *uri);
6 void do_migrate_cancel(void);
7 void do_migrate_set_speed(const char *value);
8 int migrate_incoming(const char *device);
10 #endif