aboutsummaryrefslogtreecommitdiff
path: root/qapi/block-core.json
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2018-08-15 12:26:31 +0200
committerKevin Wolf <kwolf@redhat.com>2018-08-15 12:50:39 +0200
commitb5fc2d306664c0c1c6c5cf8e164ffa7b8892283e (patch)
treea2646dd409faf770cf0dd62c2d22cf426f70b51a /qapi/block-core.json
parent261dbcb18f80dad3720209285e2ddd4e1a0b22c3 (diff)
qapi: block: Remove mentions of error types which were removed
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 <pkrempa@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'qapi/block-core.json')
-rw-r--r--qapi/block-core.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index f20efc97f7..4c7a37afdc 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
#