diff options
author | Juan Quintela <quintela@redhat.com> | 2015-05-07 19:33:31 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2015-06-12 06:40:59 +0200 |
commit | 56e93d26b85bac76b93211393163c2ebcdee9481 (patch) | |
tree | 966512051fdc4c0f1684e7411043dd35ebc74dcf /Makefile.target | |
parent | d8e3b729cf452d2689c8669f1ec18158db29fd5a (diff) |
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.target | 1 |
1 files changed, 1 insertions, 0 deletions
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 |