|
@@ -685,9 +685,10 @@ change in the QMP syntax (usually by allowing values or operations
|
|
that previously resulted in an error). QMP clients may still need to
|
|
that previously resulted in an error). QMP clients may still need to
|
|
know whether the extension is available.
|
|
know whether the extension is available.
|
|
|
|
|
|
-For this purpose, a list of features can be specified for a command or
|
|
|
|
-struct type. Each list member can either be ``{ 'name': STRING, '*if':
|
|
|
|
-COND }``, or STRING, which is shorthand for ``{ 'name': STRING }``.
|
|
|
|
|
|
+For this purpose, a list of features can be specified for definitions,
|
|
|
|
+enumeration values, and struct members. Each feature list member can
|
|
|
|
+either be ``{ 'name': STRING, '*if': COND }``, or STRING, which is
|
|
|
|
+shorthand for ``{ 'name': STRING }``.
|
|
|
|
|
|
The optional 'if' member specifies a conditional. See `Configuring
|
|
The optional 'if' member specifies a conditional. See `Configuring
|
|
the schema`_ below for more on this.
|
|
the schema`_ below for more on this.
|