]> git.proxmox.com Git - mirror_qemu.git/commitdiff
qapi: Belatedly update CompatPolicy documentation for unstable
authorMarkus Armbruster <armbru@redhat.com>
Mon, 9 Oct 2023 11:04:49 +0000 (13:04 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 19 Oct 2023 05:02:29 +0000 (07:02 +0200)
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>
qapi/compat.json

index f4c19837eb5c2c3699d1d3cf54a929e0c05879b1..42034d9368c066d42b5e205851ccd9354cdea192 100644 (file)
@@ -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.