Re: [PATCH v3 25/34] qapi: New special feature flag "deprecated"

2020-03-15 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On 3/15/20 3:46 PM, Markus Armbruster wrote: >> Unlike regular feature flags, the new special feature flag >> "deprecated" is recognized by the QAPI generator. For now, it's only >> permitted with commands, events, and struct members. It will be put >> to use sh

Re: [PATCH v3 25/34] qapi: New special feature flag "deprecated"

2020-03-15 Thread Philippe Mathieu-Daudé
On 3/15/20 3:46 PM, Markus Armbruster wrote: Unlike regular feature flags, the new special feature flag "deprecated" is recognized by the QAPI generator. For now, it's only permitted with commands, events, and struct members. It will be put to use shortly. What about using a '@DeprecatedSince

[PATCH v3 25/34] qapi: New special feature flag "deprecated"

2020-03-15 Thread Markus Armbruster
Unlike regular feature flags, the new special feature flag "deprecated" is recognized by the QAPI generator. For now, it's only permitted with commands, events, and struct members. It will be put to use shortly. Signed-off-by: Markus Armbruster --- docs/devel/qapi-code-gen.txt