From: Peter Krempa Date: Wed, 15 Aug 2018 10:26:31 +0000 (+0200) Subject: qapi: block: Remove mentions of error types which were removed X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5fc2d306664c0c1c6c5cf8e164ffa7b8892283e;p=qemu.git 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 Signed-off-by: Kevin Wolf --- 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 #