]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qapi/error.json
bsd-user: Implement shm_open(2)
[mirror_qemu.git] / qapi / error.json
index 94a6502de9d2a6e4bb5f768408044e649cc74b1e..135c1e823197217df3c13b0abb306370adbc210a 100644 (file)
@@ -10,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
 #
@@ -20,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
 ##