aboutsummaryrefslogtreecommitdiff
path: root/docs/interop/dbus-vmstate.rst
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21docs: move D-Bus VMState documentation to source XMLMarc-André Lureau1-44/+8
Use the source XML document as single reference, importing its documentation via the dbus-doc directive. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
2020-01-06Add dbus-vmstate objectMarc-André Lureau1-0/+74
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>