]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Move exprs checking from parse_schema() to check_exprs()
authorMarkus Armbruster <armbru@redhat.com>
Wed, 10 Jun 2015 06:55:21 +0000 (08:55 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 18 Jun 2015 12:19:47 +0000 (14:19 +0200)
commit4d076d67c2c74662db092ecf4f99600b18209b2e
tree109368182d8721608f00e5c1de296da0a7412528
parente565d934d21e3544b820cd03b88061e71ab644a0
qapi: Move exprs checking from parse_schema() to check_exprs()

To have expression semantic analysis in one place rather than two.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
scripts/qapi.py