diff options
author | Marc-André Lureau | 2021-10-05 23:18:42 +0200 |
---|---|---|
committer | Marc-André Lureau | 2021-12-21 07:50:21 +0100 |
commit | 61534882e796961b0723f2bb220bdc01388eb1ae (patch) | |
tree | 5fc0a64d1c744b6c3acc97256a095d78e5c49880 /backends | |
parent | docs/sphinx: add sphinx modules to include D-Bus documentation (diff) | |
download | qemu-61534882e796961b0723f2bb220bdc01388eb1ae.tar.gz qemu-61534882e796961b0723f2bb220bdc01388eb1ae.tar.xz qemu-61534882e796961b0723f2bb220bdc01388eb1ae.zip |
backends: move dbus-vmstate1.xml to backends/
Although not used by the backend itself, use a common location for
documentation and sharing purposes.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'backends')
-rw-r--r-- | backends/dbus-vmstate1.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/dbus-vmstate1.xml b/backends/dbus-vmstate1.xml new file mode 100644 index 0000000000..cc8563be4c --- /dev/null +++ b/backends/dbus-vmstate1.xml @@ -0,0 +1,12 @@ +<?xml version="1.0"?> +<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> + <interface name="org.qemu.VMState1"> + <property name="Id" type="s" access="read"/> + <method name="Load"> + <arg type="ay" name="data" direction="in"/> + </method> + <method name="Save"> + <arg type="ay" name="data" direction="out"/> + </method> + </interface> +</node> |