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 --- trace-events | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trace-events') diff --git a/trace-events b/trace-events index 2662ffa..dc1ef1f 100644 --- a/trace-events +++ b/trace-events @@ -1205,7 +1205,7 @@ vmstate_subsection_load_good(const char *parent) "%s" # qemu-file.c qemu_file_fclose(void) "" -# arch_init.c +# migration/ram.c migration_bitmap_sync_start(void) "" migration_bitmap_sync_end(uint64_t dirty_pages) "dirty_pages %" PRIu64"" migration_throttle(void) "" -- cgit v1.1