summaryrefslogtreecommitdiffstats
path: root/qemu/include/migration/block.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/migration/block.h')
-rw-r--r--qemu/include/migration/block.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/qemu/include/migration/block.h b/qemu/include/migration/block.h
deleted file mode 100644
index ffa8ac0bd..000000000
--- a/qemu/include/migration/block.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * QEMU live block migration
- *
- * Copyright IBM, Corp. 2009
- *
- * Authors:
- * Liran Schour <lirans@il.ibm.com>
- *
- * This work is licensed under the terms of the GNU GPL, version 2. See
- * the COPYING file in the top-level directory.
- *
- */
-
-#ifndef BLOCK_MIGRATION_H
-#define BLOCK_MIGRATION_H
-
-void blk_mig_init(void);
-int blk_mig_active(void);
-uint64_t blk_mig_bytes_transferred(void);
-uint64_t blk_mig_bytes_remaining(void);
-uint64_t blk_mig_bytes_total(void);
-
-#endif /* BLOCK_MIGRATION_H */