summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2015-05-07 19:33:31 +0200
committerJuan Quintela <quintela@redhat.com>2015-06-12 06:40:59 +0200
commit56e93d26b85bac76b93211393163c2ebcdee9481 (patch)
tree966512051fdc4c0f1684e7411043dd35ebc74dcf /Makefile.target
parentd8e3b729cf452d2689c8669f1ec18158db29fd5a (diff)
downloadhqemu-56e93d26b85bac76b93211393163c2ebcdee9481.zip
hqemu-56e93d26b85bac76b93211393163c2ebcdee9481.tar.gz
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 <quintela@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index ec5b92c..27209a7 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
OpenPOWER on IntegriCloud