diff options
author | Peter Xu | 2022-03-01 09:39:01 +0100 |
---|---|---|
committer | Dr. David Alan Gilbert | 2022-03-02 19:17:56 +0100 |
commit | a7060ba3ccc0ec6b8674988b46fc131d2f299458 (patch) | |
tree | 40fb01d7b09eb02c8815f668a524b9e180817e93 /migration/trace-events | |
parent | migration/rdma: set the REUSEADDR option for destination (diff) | |
download | qemu-a7060ba3ccc0ec6b8674988b46fc131d2f299458.tar.gz qemu-a7060ba3ccc0ec6b8674988b46fc131d2f299458.tar.xz qemu-a7060ba3ccc0ec6b8674988b46fc131d2f299458.zip |
migration: Dump sub-cmd name in loadvm_process_command tp
It'll be easier to read the name rather than index of sub-cmd when debugging.
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20220301083925.33483-2-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Diffstat (limited to 'migration/trace-events')
-rw-r--r-- | migration/trace-events | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/migration/trace-events b/migration/trace-events index 48aa7b10ee..123cfe79d7 100644 --- a/migration/trace-events +++ b/migration/trace-events @@ -22,7 +22,7 @@ loadvm_postcopy_handle_resume(void) "" loadvm_postcopy_ram_handle_discard(void) "" loadvm_postcopy_ram_handle_discard_end(void) "" loadvm_postcopy_ram_handle_discard_header(const char *ramid, uint16_t len) "%s: %ud" -loadvm_process_command(uint16_t com, uint16_t len) "com=0x%x len=%d" +loadvm_process_command(const char *s, uint16_t len) "com=%s len=%d" loadvm_process_command_ping(uint32_t val) "0x%x" postcopy_ram_listen_thread_exit(void) "" postcopy_ram_listen_thread_start(void) "" |