|
@@ -163,14 +163,6 @@ void migration_tls_channel_connect(MigrationState *s,
|
|
|
|
|
|
uint64_t migrate_max_downtime(void);
|
|
uint64_t migrate_max_downtime(void);
|
|
|
|
|
|
-void tcp_start_incoming_migration(const char *host_port, Error **errp);
|
|
|
|
-
|
|
|
|
-void tcp_start_outgoing_migration(MigrationState *s, const char *host_port, Error **errp);
|
|
|
|
-
|
|
|
|
-void unix_start_incoming_migration(const char *path, Error **errp);
|
|
|
|
-
|
|
|
|
-void unix_start_outgoing_migration(MigrationState *s, const char *path, Error **errp);
|
|
|
|
-
|
|
|
|
void rdma_start_outgoing_migration(void *opaque, const char *host_port, Error **errp);
|
|
void rdma_start_outgoing_migration(void *opaque, const char *host_port, Error **errp);
|
|
|
|
|
|
void rdma_start_incoming_migration(const char *host_port, Error **errp);
|
|
void rdma_start_incoming_migration(const char *host_port, Error **errp);
|