summaryrefslogtreecommitdiffstats
path: root/migration/trace-events
diff options
context:
space:
mode:
authorJuan Quintela2017-06-28 11:52:24 +0200
committerDr. David Alan Gilbert2017-07-10 18:52:21 +0200
commit9907e842d70165ae0059fcd8f770342718c0fa0f (patch)
tree8490b6e05fa7936b415d580c4f6b9134556e8d33 /migration/trace-events
parentdoc: update TYPE_MIGRATION documents (diff)
downloadqemu-9907e842d70165ae0059fcd8f770342718c0fa0f.tar.gz
qemu-9907e842d70165ae0059fcd8f770342718c0fa0f.tar.xz
qemu-9907e842d70165ae0059fcd8f770342718c0fa0f.zip
migration: Rename save_live_setup() to save_setup()
We are going to use it now for more than save live regions. Once there rename qemu_savevm_state_begin() to qemu_savevm_state_setup(). Signed-off-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Message-Id: <20170628095228.4661-2-quintela@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/trace-events')
-rw-r--r--migration/trace-events2
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/trace-events b/migration/trace-events
index 38345be9c3..9669e94ddc 100644
--- a/migration/trace-events
+++ b/migration/trace-events
@@ -32,7 +32,7 @@ savevm_send_open_return_path(void) ""
savevm_send_ping(uint32_t val) "%x"
savevm_send_postcopy_listen(void) ""
savevm_send_postcopy_run(void) ""
-savevm_state_begin(void) ""
+savevm_state_setup(void) ""
savevm_state_header(void) ""
savevm_state_iterate(void) ""
savevm_state_cleanup(void) ""