diff options
author | Marc-André Lureau | 2019-12-16 08:48:53 +0100 |
---|---|---|
committer | Marc-André Lureau | 2020-01-06 15:41:32 +0100 |
commit | 5010cec2bc87dafab39b3913c8ca91f88df9c540 (patch) | |
tree | dfc0ccf6a2aa1d68aa3d59e87d19309242050cdd /docs/interop/dbus.rst | |
parent | util: add dbus helper unit (diff) | |
download | qemu-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 'docs/interop/dbus.rst')
-rw-r--r-- | docs/interop/dbus.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/interop/dbus.rst b/docs/interop/dbus.rst index ef80d4204d..76a5bde625 100644 --- a/docs/interop/dbus.rst +++ b/docs/interop/dbus.rst @@ -103,3 +103,8 @@ https://dbus.freedesktop.org/doc/dbus-api-design.html The "org.qemu.*" prefix is reserved for services implemented & distributed by the QEMU project. + +QEMU Interfaces +=============== + +:doc:`dbus-vmstate` |