2 * QEMU live migration via socket
4 * Copyright Red Hat, Inc. 2009-2016
10 * This work is licensed under the terms of the GNU GPL, version 2. See
11 * the COPYING file in the top-level directory.
13 * Contributions after 2012-01-13 are licensed under the terms of the
14 * GNU GPL, version 2 or (at your option) any later version.
17 #ifndef QEMU_MIGRATION_SOCKET_H
18 #define QEMU_MIGRATION_SOCKET_H
19 void tcp_start_incoming_migration(const char *host_port, Error **errp);
21 void tcp_start_outgoing_migration(MigrationState *s, const char *host_port,
24 void unix_start_incoming_migration(const char *path, Error **errp);
26 void unix_start_outgoing_migration(MigrationState *s, const char *path,