]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/trace-events
bugfix: vm halt when in reset looping
[mirror_qemu.git] / migration / trace-events
index dfee75abf4512f4f763f55892932577bfa6b1613..94134f700bb2c602eb2d9c27a7627693ec2a67ac 100644 (file)
@@ -207,3 +207,9 @@ migration_tls_outgoing_handshake_complete(void) ""
 migration_tls_incoming_handshake_start(void) ""
 migration_tls_incoming_handshake_error(const char *err) "err=%s"
 migration_tls_incoming_handshake_complete(void) ""
+
+# migration/colo.c
+colo_vm_state_change(const char *old, const char *new) "Change '%s' => '%s'"
+colo_send_message(const char *msg) "Send '%s' message"
+colo_receive_message(const char *msg) "Receive '%s' message"
+colo_failover_set_state(const char *new_state) "new state %s"