misc.h (c0c6a0e3528b88aaad0b9d333e295707a195587b) misc.h (f3bff6c44304a21ea99eeed336672bd46ca102d5)
1/*
2 * QEMU migration miscellaneus exported functions
3 *
4 * Copyright IBM, Corp. 2008
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 *
12 */
13
14#ifndef MIGRATION_MISC_H
15#define MIGRATION_MISC_H
16
17#include "qemu/notify.h"
18#include "qapi/qapi-types-migration.h"
19#include "qapi/qapi-types-net.h"
1/*
2 * QEMU migration miscellaneus exported functions
3 *
4 * Copyright IBM, Corp. 2008
5 *
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 *
12 */
13
14#ifndef MIGRATION_MISC_H
15#define MIGRATION_MISC_H
16
17#include "qemu/notify.h"
18#include "qapi/qapi-types-migration.h"
19#include "qapi/qapi-types-net.h"
20#include "migration/client-options.h"
20
21/* migration/ram.c */
22
23typedef enum PrecopyNotifyReason {
24 PRECOPY_NOTIFY_SETUP = 0,
25 PRECOPY_NOTIFY_BEFORE_BITMAP_SYNC = 1,
26 PRECOPY_NOTIFY_AFTER_BITMAP_SYNC = 2,
27 PRECOPY_NOTIFY_COMPLETE = 3,

--- 91 unchanged lines hidden ---
21
22/* migration/ram.c */
23
24typedef enum PrecopyNotifyReason {
25 PRECOPY_NOTIFY_SETUP = 0,
26 PRECOPY_NOTIFY_BEFORE_BITMAP_SYNC = 1,
27 PRECOPY_NOTIFY_AFTER_BITMAP_SYNC = 2,
28 PRECOPY_NOTIFY_COMPLETE = 3,

--- 91 unchanged lines hidden ---