]> Git Repo - qemu.git/blame - include/migration/global_state.h
Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' into staging
[qemu.git] / include / migration / global_state.h
CommitLineData
84a899de
JQ
1/*
2 * Global State configuration
3 *
4 * Copyright (c) 2014-2017 Red Hat Inc
5 *
6 * Authors:
7 * Juan Quintela <[email protected]>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2 or later.
10 * See the COPYING file in the top-level directory.
11 */
12
13#ifndef QEMU_MIGRATION_GLOBAL_STATE_H
14#define QEMU_MIGRATION_GLOBAL_STATE_H
15
16#include "sysemu/sysemu.h"
17
18void register_global_state(void);
84a899de
JQ
19int global_state_store(void);
20void global_state_store_running(void);
21bool global_state_received(void);
22RunState global_state_get_runstate(void);
23
24#endif
This page took 0.029105 seconds and 4 git commands to generate.