summaryrefslogtreecommitdiff
path: root/tests/qtest/dbus-vmstate1.xml
blob: cc8563be4c926a345cfb2bbe871d514dd062c3c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>