exec/memory: Use struct Object typedef
[qemu/ar7.git] / migration / exec.h
blobb210ffde7a11ef1a4bb9be96c20eeafab1217f96
1 /*
2 * QEMU live migration
4 * Copyright IBM, Corp. 2008
5 * Copyright Dell MessageOne 2008
6 * Copyright Red Hat, Inc. 2015-2016
8 * Authors:
9 * Anthony Liguori <aliguori@us.ibm.com>
10 * Charles Duffy <charles_duffy@messageone.com>
11 * Daniel P. Berrange <berrange@redhat.com>
13 * This work is licensed under the terms of the GNU GPL, version 2. See
14 * the COPYING file in the top-level directory.
16 * Contributions after 2012-01-13 are licensed under the terms of the
17 * GNU GPL, version 2 or (at your option) any later version.
20 #ifndef QEMU_MIGRATION_EXEC_H
21 #define QEMU_MIGRATION_EXEC_H
22 void exec_start_incoming_migration(const char *host_port, Error **errp);
24 void exec_start_outgoing_migration(MigrationState *s, const char *host_port,
25 Error **errp);
26 #endif