diff options
author | Dr. David Alan Gilbert | 2015-11-05 19:10:46 +0100 |
---|---|---|
committer | Juan Quintela | 2015-11-10 15:00:25 +0100 |
commit | 2e37701efdba7bb89f7159eff055bb71dbb9f02f (patch) | |
tree | 776153fa48fb0c327ab1669da199442c98c5a97e /trace-events | |
parent | Migration commands (diff) | |
download | qemu-2e37701efdba7bb89f7159eff055bb71dbb9f02f.tar.gz qemu-2e37701efdba7bb89f7159eff055bb71dbb9f02f.tar.xz qemu-2e37701efdba7bb89f7159eff055bb71dbb9f02f.zip |
Return path: Control commands
Add two src->dest commands:
* OPEN_RETURN_PATH - To request that the destination open the return path
* PING - Request an acknowledge from the destination
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Amit Shah <amit.shah@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'trace-events')
-rw-r--r-- | trace-events | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/trace-events b/trace-events index f077c23a8d..500f1e3936 100644 --- a/trace-events +++ b/trace-events @@ -1205,10 +1205,13 @@ qemu_loadvm_state_section(unsigned int section_type) "%d" qemu_loadvm_state_section_partend(uint32_t section_id) "%u" qemu_loadvm_state_section_startfull(uint32_t section_id, const char *idstr, uint32_t instance_id, uint32_t version_id) "%u(%s) %u %u" loadvm_process_command(uint16_t com, uint16_t len) "com=0x%x len=%d" +loadvm_process_command_ping(uint32_t val) "%x" savevm_command_send(uint16_t command, uint16_t len) "com=0x%x len=%d" savevm_section_start(const char *id, unsigned int section_id) "%s, section_id %u" savevm_section_end(const char *id, unsigned int section_id, int ret) "%s, section_id %u -> %d" savevm_section_skip(const char *id, unsigned int section_id) "%s, section_id %u" +savevm_send_open_return_path(void) "" +savevm_send_ping(uint32_t val) "%x" savevm_state_begin(void) "" savevm_state_header(void) "" savevm_state_iterate(void) "" |