qemu/scripts/qapi
Daniel P. Berrangé a17dbc4b79 qapi: allow unions to contain further unions
This extends the QAPI schema validation to permit unions inside unions,
provided the checks for clashing fields pass.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20230420102619.348173-4-berrange@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2023-04-26 07:52:45 +02:00
..
.flake8
.isort.cfg
__init__.py
commands.py qapi: Require boxed for conditional command and event arguments 2023-04-24 15:21:39 +02:00
common.py
error.py
events.py
expr.py
gen.py qapi: Require boxed for conditional command and event arguments 2023-04-24 15:21:39 +02:00
introspect.py
main.py
mypy.ini
parser.py
pylintrc
schema.py qapi: allow unions to contain further unions 2023-04-26 07:52:45 +02:00
source.py
types.py
visit.py