qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] qapi: block: Remove mentions of error types which w


From: Peter Krempa
Subject: [Qemu-devel] [PATCH] qapi: block: Remove mentions of error types which were removed
Date: Wed, 15 Aug 2018 12:26:31 +0200

Most of the various error classes were removed prior to the 1.2 release.
Remove mentions of the error classes which did not make it.

Signed-off-by: Peter Krempa <address@hidden>
---
 qapi/block-core.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/qapi/block-core.json b/qapi/block-core.json
index 5b9084a394..c5407f801a 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1499,11 +1499,8 @@
 #                    autogenerated. (Since: 2.9)
 #
 # Returns: Nothing on success
-#          If commit or stream is already active on this device, DeviceInUse
 #          If @device does not exist, DeviceNotFound
-#          If image commit is not supported by this device, NotSupported
-#          If @base or @top is invalid, a generic error is returned
-#          If @speed is invalid, InvalidParameter
+#          Any other error returns a GenericError.
 #
 # Since: 1.3
 #
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]