Browse Source
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 <armbru@redhat.com> Message-Id: <20200317115459.31821-26-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> [Doc typo fixed]pull/88/head
8 changed files with 24 additions and 6 deletions
@ -0,0 +1,2 @@ |
|||
features-deprecated-type.json: In struct 'S': |
|||
features-deprecated-type.json:2: feature 'deprecated' is not supported for types |
|||
@ -0,0 +1,3 @@ |
|||
# Feature 'deprecated' is not supported for types |
|||
{ 'struct': 'S', 'data': {}, |
|||
'features': [ 'deprecated' ] } |
|||
Loading…
Reference in new issue