aboutsummaryrefslogtreecommitdiff
path: root/scripts/qapi/schema.py
AgeCommit message (Expand)Author
2022-12-14qapi block: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi audio: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi acpi: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi tests: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-13qapi: Start to elide redundant has_FOO in generated CMarkus Armbruster
2022-04-21qapi-schema: support alternates with array typePaolo Bonzini
2021-10-29qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster
2021-10-29qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster
2021-10-27qapi: Add feature flags to enum membersMarkus Armbruster
2021-09-27qapi: Drop simple unionsMarkus Armbruster
2021-09-03qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster
2021-09-03qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster
2021-08-26qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau
2021-08-26qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau
2021-08-26qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau
2021-08-26qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau
2021-08-26qapi: wrap Sequence[str] in an objectMarc-André Lureau
2021-08-26qapi: Fix crash on redefinition with a different conditionMarkus Armbruster
2021-05-20qapi/parser: Don't try to handle file errorsJohn Snow
2021-04-30qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow
2021-04-30qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow
2021-03-23qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster
2021-02-18qapi/introspect.py: add type hint annotationsJohn Snow
2021-02-08qapi: centralize the built-in module name definitionJohn Snow
2021-02-08qapi: use './builtin' as the built-in module nameJohn Snow
2021-02-08qapi: centralize is_[user|system|builtin]_module methodsJohn Snow
2020-10-10qapi: establish mypy type-checking baselineJohn Snow
2020-10-10qapi/common.py: delint with pylintJohn Snow
2020-10-10qapi: delint using flake8John Snow
2020-10-10qapi: enforce import order/styling with isortJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-10-09qapi: Add a 'coroutine' flag for commandsKevin Wolf
2020-03-17qapi: New special feature flag "deprecated"Markus Armbruster
2020-03-17qapi: Add feature flags to struct membersMarkus Armbruster
2020-03-17qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster
2020-03-17qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}Markus Armbruster
2020-03-17qapi/schema: Reorder classes so related ones are togetherMarkus Armbruster
2020-03-17qapi/schema: Change _make_features() to a take feature listMarkus Armbruster
2020-03-17qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster
2020-03-17qapi: Add feature flags to remaining definitionsMarkus Armbruster
2020-03-17qapi/schema: Clean up around QAPISchemaEntity.connect_doc()Markus Armbruster
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster
2020-01-20qapi: Fix code generation with Python 3.5Markus Armbruster
2020-01-14qapi: Fix code generation for empty modulesMarkus Armbruster
2020-01-14qapi: Proper intermediate representation for modulesMarkus Armbruster
2020-01-14qapi: Tweak "command returns a nice type" check for clarityMarkus Armbruster
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster
2019-10-29qapi: Lift features into QAPISchemaEntityMarkus Armbruster