aboutsummaryrefslogtreecommitdiff
path: root/trace-events
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 /trace-events
parentd8e3b729cf452d2689c8669f1ec18158db29fd5a (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 'trace-events')
-rw-r--r--trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-events b/trace-events
index 2662ffa850..dc1ef1f8e6 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) ""