blob: cc8563be4c926a345cfb2bbe871d514dd062c3c7 [file] [log] [blame]
Marc-André Lureau586ca6b2019-09-27 12:39:08 +04001<?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>