aboutsummaryrefslogtreecommitdiff
path: root/migration/trace-events
diff options
context:
space:
mode:
authorPeter Xu <peterx@redhat.com>2018-05-02 18:47:30 +0800
committerJuan Quintela <quintela@redhat.com>2018-05-15 20:56:53 +0200
commit13955b89ce54a85a9e88c64a196db61aa8bf0f34 (patch)
tree47bb2b90621a1237cbc3ae547584f9f3adea7d22 /migration/trace-events
parent3f5875eca5da5106d5eec121325a05d2277022c3 (diff)
downloadqemu-13955b89ce54a85a9e88c64a196db61aa8bf0f34.zip
qemu-13955b89ce54a85a9e88c64a196db61aa8bf0f34.tar.gz
qemu-13955b89ce54a85a9e88c64a196db61aa8bf0f34.tar.bz2
migration: new message MIG_RP_MSG_RESUME_ACK
Creating new message to reply for MIG_CMD_POSTCOPY_RESUME. One uint32_t is used as payload to let the source know whether destination is ready to continue the migration. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <20180502104740.12123-15-peterx@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'migration/trace-events')
-rw-r--r--migration/trace-events1
1 files changed, 1 insertions, 0 deletions
diff --git a/migration/trace-events b/migration/trace-events
index 29cc10f..40a7217 100644
--- a/migration/trace-events
+++ b/migration/trace-events
@@ -120,6 +120,7 @@ source_return_path_thread_entry(void) ""
source_return_path_thread_loop_top(void) ""
source_return_path_thread_pong(uint32_t val) "0x%x"
source_return_path_thread_shut(uint32_t val) "0x%x"
+source_return_path_thread_resume_ack(uint32_t v) "%"PRIu32
migrate_global_state_post_load(const char *state) "loaded state: %s"
migrate_global_state_pre_save(const char *state) "saved state: %s"
migration_thread_low_pending(uint64_t pending) "%" PRIu64