2 * RDMA protocol and interfaces
4 * Copyright IBM, Corp. 2010-2013
5 * Copyright Red Hat, Inc. 2015-2016
8 * Michael R. Hines <mrhines@us.ibm.com>
9 * Jiuxing Liu <jl@us.ibm.com>
10 * Daniel P. Berrange <berrange@redhat.com>
12 * This work is licensed under the terms of the GNU GPL, version 2 or
13 * later. See the COPYING file in the top-level directory.
17 #ifndef QEMU_MIGRATION_RDMA_H
18 #define QEMU_MIGRATION_RDMA_H
20 void rdma_start_outgoing_migration(void *opaque
, const char *host_port
,
23 void rdma_start_incoming_migration(const char *host_port
, Error
**errp
);