Marc-André Lureau | 586ca6b | 2019-09-27 12:39:08 +0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
2 | <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> | ||||
3 | <interface name="org.qemu.VMState1"> | ||||
4 | <property name="Id" type="s" access="read"/> | ||||
5 | <method name="Load"> | ||||
6 | <arg type="ay" name="data" direction="in"/> | ||||
7 | </method> | ||||
8 | <method name="Save"> | ||||
9 | <arg type="ay" name="data" direction="out"/> | ||||
10 | </method> | ||||
11 | </interface> | ||||
12 | </node> |