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/sysemu/arch_init.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sysemu/arch_init.h') diff --git a/include/sysemu/arch_init.h b/include/sysemu/arch_init.h index 54b36c16c4..c38892fec6 100644 --- a/include/sysemu/arch_init.h +++ b/include/sysemu/arch_init.h @@ -30,7 +30,6 @@ extern const uint32_t arch_type; void select_soundhw(const char *optarg); void do_acpitable_option(const QemuOpts *opts); void do_smbios_option(QemuOpts *opts); -void ram_mig_init(void); void cpudef_init(void); void audio_init(void); int kvm_available(void); -- cgit v1.2.1