summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2024-09-11 15:24:59 +0200
committerMarkus Armbruster <armbru@redhat.com>2024-10-02 09:10:01 +0200
commitb3bd7617dbae8e5f84c27a1ab8df89cba371a276 (patch)
tree9ec07da727824b610b270bb106d44a76daef2c9a
parent0d5b2062289e22fbd54cfd04cd4a77c01c327568 (diff)
downloadfocaccia-qemu-b3bd7617dbae8e5f84c27a1ab8df89cba371a276.tar.gz
focaccia-qemu-b3bd7617dbae8e5f84c27a1ab8df89cba371a276.zip
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 <armbru@redhat.com>
Message-ID: <20240911132459.2548063-3-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
-rw-r--r--qapi/block-core.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/qapi/block-core.json b/qapi/block-core.json
index d3f076db9d..5c2b3ac0d4 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
 #