]> git.proxmox.com Git - mirror_qemu.git/blob - migration/file.h
mac_via: extend timer calibration hack to work with A/UX
[mirror_qemu.git] / migration / file.h
1 /*
2 * Copyright (c) 2021-2023 Oracle and/or its affiliates.
3 *
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
7
8 #ifndef QEMU_MIGRATION_FILE_H
9 #define QEMU_MIGRATION_FILE_H
10 void file_start_incoming_migration(const char *filename, Error **errp);
11
12 void file_start_outgoing_migration(MigrationState *s, const char *filename,
13 Error **errp);
14 #endif