366 Commits (79bd3ae9d39fcead07938f473caf0dfd9760bd21)

Author SHA1 Message Date
John Snow 90254ec46d scripts/qapi: minor delinting 4 years ago
Vladimir Sementsov-Ogievskiy 761a1a488e qapi: generate trace events by default 4 years ago
Vladimir Sementsov-Ogievskiy bd2017bc41 qapi/commands: Optionally generate trace for QMP commands 4 years ago
Vladimir Sementsov-Ogievskiy 167d913f34 qapi/commands: refactor error handling code 4 years ago
Vladimir Sementsov-Ogievskiy 4e86df1732 qapi/gen: Add FOO.trace-events output module 4 years ago
Markus Armbruster 57df0dff1a qapi: Extend -compat to set policy for unstable interfaces 5 years ago
Markus Armbruster c868876043 qapi: Generalize enum member policy checking 5 years ago
Markus Armbruster 6604e4757a qapi: Generalize command policy checking 5 years ago
Markus Armbruster a130728554 qapi: Generalize struct member policy checking 5 years ago
Markus Armbruster c67db1ed16 qapi: Tools for sets of special feature flags in generated code 5 years ago
Markus Armbruster 9bafe07bc8 qapi: Eliminate QCO_NO_OPTIONS for a slight simplification 5 years ago
Markus Armbruster aa2370444b qapi: Implement deprecated-input={reject,crash} for enum values 5 years ago
Markus Armbruster b6c18755e4 qapi: Add feature flags to enum members 5 years ago
Markus Armbruster 75ecee7262 qapi: Enable enum member introspection to show more than name 5 years ago
John Snow d183e0481b qapi/parser: enable pylint checks 5 years ago
John Snow 18e3673e0f qapi/parser: Silence too-few-public-methods warning 5 years ago
John Snow 2e28283e41 qapi/parser: enable mypy checks 5 years ago
John Snow 15acf48cfe qapi/parser: Add FIXME for consolidating JSON-related types 5 years ago
John Snow 5f0d9f3bc7 qapi/parser: add type hint annotations (QAPIDoc) 5 years ago
John Snow e7ac60fcd0 qapi/parser: add import cycle workaround 5 years ago
John Snow f4c05aaf14 qapi/parser: Introduce NullSection 5 years ago
John Snow 1e20a77576 qapi/parser: clarify _end_section() logic 5 years ago
John Snow cd87c14cde qapi/parser: remove FIXME comment from _append_body_line 5 years ago
John Snow 012336a152 qapi/parser: fix unused check_args_section arguments 5 years ago
John Snow 2adb988ed4 qapi/gen: use dict.items() to iterate over _modules 5 years ago
John Snow 1c00917409 qapi/pylintrc: ignore 'consider-using-f-string' warning 5 years ago
Markus Armbruster 4e99f4b12c qapi: Drop simple unions 5 years ago
Markus Armbruster 8ebc3120e1 qapi: Stop enforcing "type name should not end in 'Kind' 5 years ago
Markus Armbruster 62f27589f8 qapi: Fix bogus error for 'if': { 'not': '' } 5 years ago
Markus Armbruster e2ff14a574 qapi: Bury some unused code in class Indentation 5 years ago
Markus Armbruster 916fca17c7 qapi: Drop Indentation.__bool__() 5 years ago
Markus Armbruster 7b275cdd69 qapi: Fix a botched type annotation 5 years ago
Markus Armbruster 34f7b25e57 qapi: Tweak error messages for unknown / conflicting 'if' keys 5 years ago
Markus Armbruster 6dcf03719a qapi: Tweak error messages for missing / conflicting meta-type 5 years ago
Markus Armbruster 555dd1aaa6 qapi: Use re.fullmatch() where appropriate 5 years ago
Markus Armbruster d0830ee443 qapi: Use "not COND" instead of "!COND" for generated documentation 5 years ago
Markus Armbruster a7987799d1 qapi: Avoid redundant parens in code generated for conditionals 5 years ago
Markus Armbruster ccea6a8637 qapi: Factor common recursion out of cgen_ifcond(), docgen_ifcond() 5 years ago
Markus Armbruster 82ca72c023 qapi: Fix C code generation for 'if' 5 years ago
Markus Armbruster e46c930cdd qapi: Simplify how QAPISchemaIfCond represents "no condition" 5 years ago
Markus Armbruster 1889e57a71 qapi: Simplify QAPISchemaIfCond's interface for generating C 5 years ago
Marc-André Lureau 8a9f1e1d9c qapi: make 'if' condition strings simple identifiers 5 years ago
Marc-André Lureau 2b7d214536 qapi: add 'not' condition operation 5 years ago
Marc-André Lureau 3ad64edfad qapi: add 'any' condition 5 years ago
Marc-André Lureau 5d83b9a130 qapi: replace if condition list with dict {'all': [...]} 5 years ago
Marc-André Lureau d806f89f87 qapidoc: introduce QAPISchemaIfCond.docgen() 5 years ago
Marc-André Lureau 6cc2e4817f qapi: introduce QAPISchemaIfCond.cgen() 5 years ago
Marc-André Lureau 33aa3267ba qapi: add QAPISchemaIfCond.is_present() 5 years ago
Marc-André Lureau f17539c80d qapi: wrap Sequence[str] in an object 5 years ago
Markus Armbruster b32abbb2f5 qapi: Fix crash on redefinition with a different condition 5 years ago