]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Eliminate check_docs() and drop QAPIDoc.expr
authorMarkus Armbruster <armbru@redhat.com>
Wed, 15 Mar 2017 12:57:27 +0000 (13:57 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 16 Mar 2017 06:13:04 +0000 (07:13 +0100)
commita9f396b028bc304fd1c27b2d52b22966cfc98a61
tree80f5025a2abd1b5b2eb653d3c6a8d4e3ad8c1543
parent816a57cd6ebb6fe820766ac12478a56a5fa33d52
qapi: Eliminate check_docs() and drop QAPIDoc.expr

Move what's left in check_docs() to check_expr().  Delegate the actual
checking to new QAPIDoc.check_expr().

QAPIDoc.expr is now unused; drop it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <1489582656-31133-39-git-send-email-armbru@redhat.com>
scripts/qapi.py