]> git.proxmox.com Git - mirror_qemu.git/commit
qapi: Fold normalize_enum() into check_enum()
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Oct 2019 11:02:34 +0000 (13:02 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Oct 2019 06:35:16 +0000 (07:35 +0100)
commitad1ecfc6794bddd512f6f0ce400e3018d89e167b
treebabfe1496469bce99f095bd4859920fa9a23cf48
parent2ce51ef68f243fb705c103498d8888d71532ccd3
qapi: Fold normalize_enum() into check_enum()

check_features() is always called together with normalize_features().
Fold the latter into the former.

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