qapi: Tighten check whether implicit object type already exists
commit99e75d8c2a9fd13e8a2c0eb0718359b06445d38b
authorMarkus Armbruster <armbru@redhat.com>
Fri, 15 Mar 2024 15:23:00 +0000 (15 16:23 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 24 Apr 2024 08:03:54 +0000 (24 10:03 +0200)
treed46d2f859f3e1ccf7929e13f46a8df92b1583a10
parent8d413dbd5d369edd4b16e341dafbdde843397660
qapi: Tighten check whether implicit object type already exists

Entities with names starting with q_obj_ are implicit object types.
Therefore, QAPISchema._make_implicit_object_type()'s .lookup_entity()
can only return a QAPISchemaObjectType.  Assert that.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240315152301.3621858-25-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: John Snow <jsnow@redhat.com>
scripts/qapi/schema.py