]> git.proxmox.com Git - qemu.git/blame - block-migration.h
Version 1.0.1
[qemu.git] / block-migration.h
CommitLineData
c163b5ca 1/*
2 * QEMU live block migration
3 *
4 * Copyright IBM, Corp. 2009
5 *
6 * Authors:
7 * Liran Schour <lirans@il.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 BLOCK_MIGRATION_H
15#define BLOCK_MIGRATION_H
16
c163b5ca 17void blk_mig_init(void);
25f23643
JK
18int blk_mig_active(void);
19uint64_t blk_mig_bytes_transferred(void);
20uint64_t blk_mig_bytes_remaining(void);
21uint64_t blk_mig_bytes_total(void);
3c095c3f 22
c163b5ca 23#endif /* BLOCK_MIGRATION_H */