]> git.ipfire.org Git - thirdparty/qemu.git/commit
qapi: Fold normalize_features() into check_features()
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Oct 2019 11:02:33 +0000 (13:02 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Oct 2019 06:35:16 +0000 (07:35 +0100)
commit2ce51ef68f243fb705c103498d8888d71532ccd3
tree894670e2cdbb755a8585a5694e82f34a715b57aa
parentc145bfda18f63c67f77ecbedbbd5a68fed2c4a4a
qapi: Fold normalize_features() into check_features()

check_features() is always called together with normalize_features():
the former in check_struct() and check_command(), the latter in their
caller check_exprs().  Fold the latter into the former.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20191024110237.30963-16-armbru@redhat.com>
scripts/qapi/expr.py