target/mips: Remove access_type argument from get_seg_physical_address
[qemu/ar7.git] / migration / rdma.h
blobde2ba09dc5a132dc2b5af78fc5f6c88964f71648
1 /*
2 * RDMA protocol and interfaces
4 * Copyright IBM, Corp. 2010-2013
5 * Copyright Red Hat, Inc. 2015-2016
7 * Authors:
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,
21 Error **errp);
23 void rdma_start_incoming_migration(const char *host_port, Error **errp);
25 #endif