Fixes: 57df0dff1a (qapi: Extend -compat to set policy for unstable interfaces) Signed-off-by: Markus Armbruster <[email protected]> --- qapi/compat.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qapi/compat.json b/qapi/compat.json index 90b8d51cf2..e4728424de 100644 --- a/qapi/compat.json +++ b/qapi/compat.json @@ -40,7 +40,7 @@ ## # @CompatPolicy: # -# Policy for handling deprecated management interfaces. +# Policy for handling deprecated and unstable management interfaces. # # This is intended for testing users of the management interfaces. # -- 2.55.0
