aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2020-03-17 12:54:50 +0100
committerMarkus Armbruster <armbru@redhat.com>2020-03-17 21:42:47 +0100
commitf965e8fea6a915343d160ba6043deb75710d8df1 (patch)
tree50557c3f42431652f1e566b367625151891e1b7f /tests/Makefile.include
parent4a8837389ef28554a57cdad8e2fc90ae1362dcb2 (diff)
downloadqemu-f965e8fea6a915343d160ba6043deb75710d8df1.zip
qemu-f965e8fea6a915343d160ba6043deb75710d8df1.tar.gz
qemu-f965e8fea6a915343d160ba6043deb75710d8df1.tar.bz2
qapi: New special feature flag "deprecated"
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]
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 67e8fcd..d134030 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -242,6 +242,7 @@ qapi-schema += event-case.json
qapi-schema += event-member-invalid-dict.json
qapi-schema += event-nest-struct.json
qapi-schema += features-bad-type.json
+qapi-schema += features-deprecated-type.json
qapi-schema += features-duplicate-name.json
qapi-schema += features-if-invalid.json
qapi-schema += features-missing-name.json