aboutsummaryrefslogtreecommitdiff
path: root/buffered_file.h
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2012-10-03 14:18:33 +0200
committerJuan Quintela <quintela@redhat.com>2012-12-20 23:09:36 +0100
commit0d82d0e8b98cf0ea03a45f8542d835ebd3a84cd3 (patch)
tree12f6e43d129be86e89edd274383808313c8b3d5e /buffered_file.h
parente4ed1541ac9413eac494a03532e34beaf8a7d1c5 (diff)
migration: move buffered_file.c code into migration.c
This only moves the code (also from buffered_file.h to migration.h). Fix whitespace until checkpatch is happy. Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'buffered_file.h')
-rw-r--r--buffered_file.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/buffered_file.h b/buffered_file.h
deleted file mode 100644
index d278f3d951..0000000000
--- a/buffered_file.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * QEMU buffered QEMUFile
- *
- * Copyright IBM, Corp. 2008
- *
- * Authors:
- * Anthony Liguori <aliguori@us.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 QEMU_BUFFERED_FILE_H
-#define QEMU_BUFFERED_FILE_H
-
-#include "hw/hw.h"
-#include "migration/migration.h"
-
-void qemu_fopen_ops_buffered(MigrationState *migration_state);
-
-#endif