From: Markus Armbruster Date: Wed, 11 Sep 2024 13:24:59 +0000 (+0200) Subject: qapi/block-core: Drop drive-backup's "Any other error" documentation X-Git-Tag: v9.2.0-rc0~65^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3bd7617dbae8e5f84c27a1ab8df89cba371a276;p=thirdparty%2Fqemu.git qapi/block-core: Drop drive-backup's "Any other error" documentation We've always been rather lax about documenting errors. Many "Errors" sections are obviously not exhaustive. Only drive-backup is explicit about this: "Any other error returns a GenericError". Not useful. Drop. Signed-off-by: Markus Armbruster Message-ID: <20240911132459.2548063-3-armbru@redhat.com> Reviewed-by: Eric Blake --- diff --git a/qapi/block-core.json b/qapi/block-core.json index d3f076db9d5..5c2b3ac0d4a 100644 --- a/qapi/block-core.json +++ b/qapi/block-core.json @@ -1858,7 +1858,6 @@ # # Errors: # - If @device does not exist, DeviceNotFound -# - Any other error returns a GenericError. # # Since: 1.3 #