[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 08/16] qapi: Delete largely misleading "Stability Consideratio
From: |
Markus Armbruster |
Subject: |
[PATCH v2 08/16] qapi: Delete largely misleading "Stability Considerations" |
Date: |
Tue, 25 Apr 2023 08:42:15 +0200 |
Documentation section "Stability Considerations" dates back to the
early days of QMP (commit 82a56f0d83d (Monitor: Introduce the
qmp-commands.hx file)). It became largely misleading years ago.
Delete it.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
qapi/qapi-schema.json | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/qapi/qapi-schema.json b/qapi/qapi-schema.json
index 7c09af5cc8..e57d8ff801 100644
--- a/qapi/qapi-schema.json
+++ b/qapi/qapi-schema.json
@@ -28,28 +28,6 @@
#
# Please, refer to the QMP specification (docs/interop/qmp-spec.txt) for
# detailed information on the Server command and response formats.
-#
-# = Stability Considerations
-#
-# The current QMP command set (described in this file) may be useful for a
-# number of use cases, however it's limited and several commands have bad
-# defined semantics, specially with regard to command completion.
-#
-# These problems are going to be solved incrementally in the next QEMU releases
-# and we're going to establish a deprecation policy for badly defined commands.
-#
-# If you're planning to adopt QMP, please observe the following:
-#
-# 1. The deprecation policy will take effect and be documented soon, please
-# check the documentation of each used command as soon as a new release
of
-# QEMU is available
-#
-# 2. DO NOT rely on anything which is not explicit documented
-#
-# 3. Errors, in special, are not documented. Applications should NOT check
-# for specific errors classes or data (it's strongly recommended to only
-# check for the "error" key)
-#
##
{ 'include': 'pragma.json' }
--
2.39.2
- [PATCH v2 00/16] qapi qga/qapi-schema: Doc fixes, Markus Armbruster, 2023/04/25
- [PATCH v2 04/16] qapi: Fix up references to long gone error classes, Markus Armbruster, 2023/04/25
- [PATCH v2 02/16] qga/qapi-schema: Fix a misspelled reference, Markus Armbruster, 2023/04/25
- [PATCH v2 07/16] qapi: Tidy up examples, Markus Armbruster, 2023/04/25
- [PATCH v2 08/16] qapi: Delete largely misleading "Stability Considerations",
Markus Armbruster <=
- [PATCH v2 14/16] qapi: Fix misspelled section tags in doc comments, Markus Armbruster, 2023/04/25
- [PATCH v2 10/16] qapi: Fix unintended definition lists in documentation, Markus Armbruster, 2023/04/25
- [PATCH v2 13/16] qapi: Replace ad hoc "since" documentation by member documentation, Markus Armbruster, 2023/04/25
- [PATCH v2 11/16] qga/qapi-schema: Fix member documentation markup, Markus Armbruster, 2023/04/25
- [PATCH v2 09/16] qapi: Fix bullet list markup in documentation, Markus Armbruster, 2023/04/25
- [PATCH v2 03/16] qapi: Fix misspelled references, Markus Armbruster, 2023/04/25
- [PATCH v2 05/16] qapi/block-core: Clean up after removal of dirty bitmap @status, Markus Armbruster, 2023/04/25