]> git.proxmox.com Git - mirror_qemu.git/commit - qapi/pragma.json
qapi: Enforce command naming rules
authorMarkus Armbruster <armbru@redhat.com>
Tue, 23 Mar 2021 09:40:21 +0000 (10:40 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 23 Mar 2021 21:31:05 +0000 (22:31 +0100)
commit05ebf841efac494d8bd1f6d74642c3e9a3df4c19
treebf8c88a6f5c35c54af8b5ff582c0b94de28fb95c
parente744708a7783624292f8c405ca840f50a10b0003
qapi: Enforce command naming rules

Command names should be lower-case.  Enforce this.  Fix the fixable
offenders (all in tests/), and add the remainder to pragma
command-name-exceptions.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-25-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
docs/devel/qapi-code-gen.txt
qapi/pragma.json
scripts/qapi/expr.py
scripts/qapi/parser.py
scripts/qapi/source.py
tests/qapi-schema/qapi-schema-test.json
tests/qapi-schema/qapi-schema-test.out
tests/unit/test-qmp-cmds.c