diff options
author | Markus Armbruster <armbru@redhat.com> | 2023-10-09 13:04:49 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-10-19 07:02:29 +0200 |
commit | 0a59c02b0c4fd4591b010410bdfd423b9e259b03 (patch) | |
tree | f965fcc183cecb6b2fa67fdbf4b4763e94856c89 /qapi | |
parent | a6c5d159ce8e2f8e4cf5a0cd58de12167dd72311 (diff) |
qapi: Belatedly update CompatPolicy documentation for unstable
Commit 57df0dff1a1 (qapi: Extend -compat to set policy for unstable
interfaces) neglected to update the "Limitation" paragraph to mention
feature 'unstable' in addition to feature 'deprecated'. Do that now.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20231009110449.4015601-1-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/compat.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qapi/compat.json b/qapi/compat.json index f4c19837eb..42034d9368 100644 --- a/qapi/compat.json +++ b/qapi/compat.json @@ -43,8 +43,8 @@ # This is intended for testing users of the management interfaces. # # Limitation: covers only syntactic aspects of QMP, i.e. stuff tagged -# with feature 'deprecated'. We may want to extend it to cover -# semantic aspects and CLI. +# with feature 'deprecated' or 'unstable'. We may want to extend it +# to cover semantic aspects and CLI. # # Limitation: deprecated-output policy @hide is not implemented for # enumeration values. They behave the same as with policy @accept. |