]> git.proxmox.com Git - mirror_qemu.git/commit
migration: move ram stuff to migration/ram
authorJuan Quintela <quintela@redhat.com>
Thu, 7 May 2015 17:33:31 +0000 (19:33 +0200)
committerJuan Quintela <quintela@redhat.com>
Fri, 12 Jun 2015 04:40:59 +0000 (06:40 +0200)
commit56e93d26b85bac76b93211393163c2ebcdee9481
tree966512051fdc4c0f1684e7411043dd35ebc74dcf
parentd8e3b729cf452d2689c8669f1ec18158db29fd5a
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>
MAINTAINERS
Makefile.target
arch_init.c
include/migration/migration.h
include/sysemu/arch_init.h
migration/ram.c [new file with mode: 0644]
trace-events