migration: Introduce capability 'x-colo' to migration
[qemu.git] / include / migration / colo.h
blob59a632a418006eb0d8e5a5c633c9b2a85f7249e5
1 /*
2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
3 * (a.k.a. Fault Tolerance or Continuous Replication)
5 * Copyright (c) 2016 HUAWEI TECHNOLOGIES CO., LTD.
6 * Copyright (c) 2016 FUJITSU LIMITED
7 * Copyright (c) 2016 Intel Corporation
9 * This work is licensed under the terms of the GNU GPL, version 2 or
10 * later. See the COPYING file in the top-level directory.
13 #ifndef QEMU_COLO_H
14 #define QEMU_COLO_H
16 #include "qemu-common.h"
18 bool colo_supported(void);
20 #endif