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 --- Makefile.target | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index ec5b92cb60..27209a7f0a 100644 --- a/Makefile.target +++ b/Makefile.target @@ -135,6 +135,7 @@ obj-$(CONFIG_KVM) += kvm-all.o obj-y += memory.o savevm.o cputlb.o obj-y += memory_mapping.o obj-y += dump.o +obj-y += migration/ram.o LIBS := $(libs_softmmu) $(LIBS) # xen support -- cgit v1.2.3-55-g7522