diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-09-17 16:31:13 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-09-25 06:55:54 +0200 |
commit | 8ebc3120e161424911ba6d8725e77da32fbb25e5 (patch) | |
tree | 26e20be482d9235a01e1c3bdd0d44aa823cdd361 /tests/qapi-schema/meson.build | |
parent | 4cfd6537e42b108441852b34fc15933fc66628a1 (diff) | |
download | qemu-8ebc3120e161424911ba6d8725e77da32fbb25e5.zip qemu-8ebc3120e161424911ba6d8725e77da32fbb25e5.tar.gz qemu-8ebc3120e161424911ba6d8725e77da32fbb25e5.tar.bz2 |
qapi: Stop enforcing "type name should not end in 'Kind'
I'm about to convert simple unions to flat unions, then drop simple
union support. The conversion involves making the implict enum types
explicit. To reduce churn, I'd like to name them exactly like the
implicit types they replace. However, these names are reserved for
the generator's use. They won't be once simple unions are gone. Stop
enforcing this naming rule now rather than then.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20210917143134.412106-3-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/meson.build')
-rw-r--r-- | tests/qapi-schema/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build index 6b2a4ce..0798e94 100644 --- a/tests/qapi-schema/meson.build +++ b/tests/qapi-schema/meson.build @@ -168,7 +168,6 @@ schemas = [ 'reserved-member-q.json', 'reserved-member-u.json', 'reserved-member-underscore.json', - 'reserved-type-kind.json', 'reserved-type-list.json', 'returns-alternate.json', 'returns-array-bad.json', |