]> git.proxmox.com Git - qemu.git/blobdiff - qapi-schema.json
target-alpha: Use noreturn marker in helper.h.
[qemu.git] / qapi-schema.json
index 3a962c1b40262b678677efb253e288ee597275e2..0d11d6eb14888c3a6e96f410f6543f79845dea18 100644 (file)
 ##
 { 'command': 'migrate',
   'data': {'uri': 'str', '*blk': 'bool', '*inc': 'bool', '*detach': 'bool' } }
+
+# @xen-save-devices-state:
+#
+# Save the state of all devices to file. The RAM and the block devices
+# of the VM are not saved by this command.
+#
+# @filename: the file to save the state of the devices to as binary
+# data. See xen-save-devices-state.txt for a description of the binary
+# format.
+#
+# Returns: Nothing on success
+#          If @filename cannot be opened, OpenFileFailed
+#          If an I/O error occurs while writing the file, IOError
+#
+# Since: 1.1
+##
+{ 'command': 'xen-save-devices-state', 'data': {'filename': 'str'} }