summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/schema.py
Commit message (Expand)AuthorAgeFilesLines
* qapi-schema: support alternates with array typePaolo Bonzini2022-04-211-0/+4
* qapi: Extend -compat to set policy for unstable interfacesMarkus Armbruster2021-10-291-4/+6
* qapi: Tools for sets of special feature flags in generated codeMarkus Armbruster2021-10-291-0/+3
* qapi: Add feature flags to enum membersMarkus Armbruster2021-10-271-2/+20
* qapi: Drop simple unionsMarkus Armbruster2021-09-271-79/+22Star
* qapi: Simplify how QAPISchemaIfCond represents "no condition"Markus Armbruster2021-09-031-1/+1
* qapi: Simplify QAPISchemaIfCond's interface for generating CMarkus Armbruster2021-09-031-1/+9
* qapi: replace if condition list with dict {'all': [...]}Marc-André Lureau2021-08-261-1/+1
* qapidoc: introduce QAPISchemaIfCond.docgen()Marc-André Lureau2021-08-261-1/+9
* qapi: introduce QAPISchemaIfCond.cgen()Marc-André Lureau2021-08-261-1/+4
* qapi: add QAPISchemaIfCond.is_present()Marc-André Lureau2021-08-261-2/+5
* qapi: wrap Sequence[str] in an objectMarc-André Lureau2021-08-261-23/+37
* qapi: Fix crash on redefinition with a different conditionMarkus Armbruster2021-08-261-11/+11
* qapi/parser: Don't try to handle file errorsJohn Snow2021-05-201-2/+9
* qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-301-2/+1Star
* qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-301-2/+3
* qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster2021-03-231-1/+1
* qapi/introspect.py: add type hint annotationsJohn Snow2021-02-181-1/+1
* qapi: centralize the built-in module name definitionJohn Snow2021-02-081-5/+8
* qapi: use './builtin' as the built-in module nameJohn Snow2021-02-081-10/+10
* qapi: centralize is_[user|system|builtin]_module methodsJohn Snow2021-02-081-2/+29
* qapi: establish mypy type-checking baselineJohn Snow2020-10-101-1/+2
* qapi/common.py: delint with pylintJohn Snow2020-10-101-7/+7
* qapi: delint using flake8John Snow2020-10-101-3/+5
* qapi: enforce import order/styling with isortJohn Snow2020-10-101-1/+1
* qapi: Prefer explicit relative importsJohn Snow2020-10-101-4/+4
* qapi: Add a 'coroutine' flag for commandsKevin Wolf2020-10-091-4/+9
* qapi: New special feature flag "deprecated"Markus Armbruster2020-03-171-0/+6
* qapi: Add feature flags to struct membersMarkus Armbruster2020-03-171-5/+20
* qapi/schema: Call QAPIDoc.connect_member() in just one placeMarkus Armbruster2020-03-171-11/+12
* qapi/schema: Rename QAPISchemaObjectType{Variant,Variants}Markus Armbruster2020-03-171-11/+11
* qapi/schema: Reorder classes so related ones are togetherMarkus Armbruster2020-03-171-134/+134
* qapi/schema: Change _make_features() to a take feature listMarkus Armbruster2020-03-171-8/+9
* qapi: Consistently put @features parameter right after @ifcondMarkus Armbruster2020-03-171-19/+17Star
* qapi: Add feature flags to remaining definitionsMarkus Armbruster2020-03-171-43/+53
* qapi/schema: Clean up around QAPISchemaEntity.connect_doc()Markus Armbruster2020-03-171-4/+9
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-051-6/+5Star
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-26/+25Star
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-051-6/+6
* qapi: Fix code generation with Python 3.5Markus Armbruster2020-01-201-1/+1
* qapi: Fix code generation for empty modulesMarkus Armbruster2020-01-141-11/+13
* qapi: Proper intermediate representation for modulesMarkus Armbruster2020-01-141-20/+43
* qapi: Tweak "command returns a nice type" check for clarityMarkus Armbruster2020-01-141-4/+5
* qapi: Check feature documentation against the schemaMarkus Armbruster2019-10-291-0/+2
* qapi: Lift features into QAPISchemaEntityMarkus Armbruster2019-10-291-21/+11Star
* qapi: Eliminate .check_doc() overridesMarkus Armbruster2019-10-291-21/+2Star
* qapi: Simplify ._make_implicit_object_type()Markus Armbruster2019-10-291-7/+6Star
* qapi: Fix doc comment checking for commands and eventsMarkus Armbruster2019-10-291-2/+22
* qapi: Clean up doc comment checking for implicit union baseMarkus Armbruster2019-10-291-11/+16
* qapi: Fix enum doc comment checkingMarkus Armbruster2019-10-291-0/+4