You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts/qapi
zhenwei pi fd89c8ab09 qapi: Avoid generating C identifier 'linux'
'linux' is not usable as identifier, because C compilers targeting
Linux predefine it as a macro expanding to 1.  Add it to
@polluted_words. 'unix' is already there.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Message-Id: <20220707005602.696557-2-pizhenwei@bytedance.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
2 years ago
..
.flake8 qapi: delint using flake8 4 years ago
.isort.cfg qapi: enforce import order/styling with isort 4 years ago
__init__.py
commands.py scripts/qapi: minor delinting 3 years ago
common.py qapi: Avoid generating C identifier 'linux' 2 years ago
error.py qapi/error: Add type hints 4 years ago
events.py qapi: Extend -compat to set policy for unstable interfaces 3 years ago
expr.py qapi/expr: Enforce feature naming rules again 3 years ago
gen.py qapi/gen: Add FOO.trace-events output module 3 years ago
introspect.py qapi: Add feature flags to enum members 3 years ago
main.py qapi: generate trace events by default 3 years ago
mypy.ini qapi/parser: enable mypy checks 3 years ago
parser.py qapi/parser: Silence too-few-public-methods warning 3 years ago
pylintrc scripts/qapi: minor delinting 3 years ago
schema.py qapi-schema: support alternates with array type 3 years ago
source.py qapi/source: Remove line number from QAPISourceInfo initializer 4 years ago
types.py scripts/qapi: minor delinting 3 years ago
visit.py scripts/qapi: minor delinting 3 years ago