target/sh4: Replace magic value by MMUAccessType definitions
[qemu/ar7.git] / migration / fd.h
blobb901bc014eb4f519e5cb404fa3944e5ab3399d18
1 /*
2 * QEMU live migration via generic fd
4 * Copyright Red Hat, Inc. 2009-2016
6 * Authors:
7 * Chris Lalancette <clalance@redhat.com>
8 * Daniel P. Berrange <berrange@redhat.com>
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_FD_H
18 #define QEMU_MIGRATION_FD_H
19 void fd_start_incoming_migration(const char *fdname, Error **errp);
21 void fd_start_outgoing_migration(MigrationState *s, const char *fdname,
22 Error **errp);
23 #endif