xref: /qemu/backends/dbus-vmstate1.xml (revision 2bf40d0841b942e7ba12953d515e62a436f0af84)
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>
13