From 56e93d26b85bac76b93211393163c2ebcdee9481 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Thu, 7 May 2015 19:33:31 +0200 Subject: migration: move ram stuff to migration/ram For historic reasons, ram migration have been on arch_init.c. Just split it into migration/ram.c, the same that happened with block.c. There is only code movement, no changes altogether. Signed-off-by: Juan Quintela Reviewed-by: Eric Blake --- include/migration/migration.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/migration/migration.h') diff --git a/include/migration/migration.h b/include/migration/migration.h index a6e025a..b78a3b9 100644 --- a/include/migration/migration.h +++ b/include/migration/migration.h @@ -180,4 +180,6 @@ size_t ram_control_save_page(QEMUFile *f, ram_addr_t block_offset, ram_addr_t offset, size_t size, uint64_t *bytes_sent); + +void ram_mig_init(void); #endif -- cgit v1.1