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 /MAINTAINERS | |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4ed82154ce..b1833959d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1015,7 +1015,6 @@ S: Maintained F: include/migration/ F: migration/ F: savevm.c -F: arch_init.c F: scripts/vmstate-static-checker.py F: tests/vmstate-static-checker-data/ |