]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/error.json
migration: Display error in query-migrate irrelevant of status
[mirror_qemu.git] / qapi / error.json
index 3fad08f5060a86df86d82e07b1a1e5294a9bf64a..135c1e823197217df3c13b0abb306370adbc210a 100644 (file)
@@ -1,4 +1,5 @@
 # -*- Mode: Python -*-
+# vim: filetype=python
 
 ##
 # = QMP errors
@@ -9,8 +10,8 @@
 #
 # QEMU error classes
 #
-# @GenericError: this is used for errors that don't require a specific error
-#                class. This should be the default case for most errors
+# @GenericError: this is used for errors that don't require a specific
+#     error class.  This should be the default case for most errors
 #
 # @CommandNotFound: the requested command has not been found
 #
@@ -19,7 +20,7 @@
 # @DeviceNotFound: the requested device has not been found
 #
 # @KVMMissingCap: the requested operation can't be fulfilled because a
-#                 required KVM capability is missing
+#     required KVM capability is missing
 #
 # Since: 1.2
 ##