qemu/tests/qtest/dbus-vmstate1.xml
<<
>>
Prefs
   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