summaryrefslogtreecommitdiffstats
path: root/backends/trace-events
diff options
context:
space:
mode:
authorMarc-André Lureau2019-12-16 08:48:53 +0100
committerMarc-André Lureau2020-01-06 15:41:32 +0100
commit5010cec2bc87dafab39b3913c8ca91f88df9c540 (patch)
treedfc0ccf6a2aa1d68aa3d59e87d19309242050cdd /backends/trace-events
parentutil: add dbus helper unit (diff)
downloadqemu-5010cec2bc87dafab39b3913c8ca91f88df9c540.tar.gz
qemu-5010cec2bc87dafab39b3913c8ca91f88df9c540.tar.xz
qemu-5010cec2bc87dafab39b3913c8ca91f88df9c540.zip
Add dbus-vmstate object
When instantiated, this object will connect to the given D-Bus bus "addr". During migration, it will take/restore the data from org.qemu.VMState1 instances. See documentation for details. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'backends/trace-events')
-rw-r--r--backends/trace-events7
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/trace-events b/backends/trace-events
new file mode 100644
index 0000000000..59058f7630
--- /dev/null
+++ b/backends/trace-events
@@ -0,0 +1,7 @@
+# See docs/devel/tracing.txt for syntax documentation.
+
+# dbus-vmstate.c
+dbus_vmstate_pre_save(void)
+dbus_vmstate_post_load(int version_id) "version_id: %d"
+dbus_vmstate_loading(const char *id) "id: %s"
+dbus_vmstate_saving(const char *id) "id: %s"