]> git.proxmox.com Git - mirror_qemu.git/blame - include/migration/postcopy-ram.h
postcopy: OS support test
[mirror_qemu.git] / include / migration / postcopy-ram.h
CommitLineData
eb59db53
DDAG
1/*
2 * Postcopy migration for RAM
3 *
4 * Copyright 2013 Red Hat, Inc. and/or its affiliates
5 *
6 * Authors:
7 * Dave Gilbert <dgilbert@redhat.com>
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_POSTCOPY_RAM_H
14#define QEMU_POSTCOPY_RAM_H
15
16/* Return true if the host supports everything we need to do postcopy-ram */
17bool postcopy_ram_supported_by_host(void);
18
19#endif