aboutsummaryrefslogtreecommitdiff
path: root/qapi/compat.json
diff options
context:
space:
mode:
Diffstat (limited to 'qapi/compat.json')
-rw-r--r--qapi/compat.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/qapi/compat.json b/qapi/compat.json
index 1d2b76f..74a8493 100644
--- a/qapi/compat.json
+++ b/qapi/compat.json
@@ -42,7 +42,8 @@
# with feature 'deprecated'. We may want to extend it to cover
# semantic aspects, CLI, and experimental features.
#
-# Limitation: not implemented for deprecated enumeration values.
+# Limitation: deprecated-output policy @hide is not implemented for
+# enumeration values. They behave the same as with policy @accept.
#
# @deprecated-input: how to handle deprecated input (default 'accept')
# @deprecated-output: how to handle deprecated output (default 'accept')