On 5/24/19 8:20 AM, Markus Armbruster wrote:
> "Support features for structs" accidentally fits the "Do stuff"
> commit message anti-pattern. Suggest:
>
> qapi: Add feature flags to struct types
>
>> +# @features: names of features that are supported by this version and build
>> and
>> +#
"Support features for structs" accidentally fits the "Do stuff"
commit message anti-pattern. Suggest:
qapi: Add feature flags to struct types
Kevin Wolf writes:
> Sometimes, the behaviour of QEMU changes compatibly, but without a
> change in the QMP syntax (usually by allowing values or op
Sometimes, the behaviour of QEMU changes compatibly, but without a
change in the QMP syntax (usually by allowing values or operations that
previously resulted in an error). QMP clients may still need to know
whether the extension is available.
This allows to add a list of features to struct defini