summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* | qapi/parser: assert object keys are stringsJohn Snow2021-05-201-0/+2
* | qapi/parser: enforce all top-level expressions must be dict in _parse()John Snow2021-05-201-6/+8
* | qapi/parser: Assert lexer value is a stringJohn Snow2021-05-201-0/+1
* | qapi/parser: factor parsing routine into methodJohn Snow2021-05-201-12/+28
* | qapi/source: Remove line number from QAPISourceInfo initializerJohn Snow2021-05-202-8/+4
* | qapi/parser: Don't try to handle file errorsJohn Snow2021-05-203-14/+18
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2021-05-161-0/+1
|\ \
| * | checkpatch: Fix use of uninitialized valueGreg Kurz2021-05-141-0/+1
* | | coverity-scan: list components, move model to scripts/coverity-scanPaolo Bonzini2021-05-122-0/+154
* | | scripts: fix generation update-binfmts templatesSilvano Cirujano Cuesta2021-05-031-1/+3
| |/ |/|
* | decodetree: Extend argument set syntax to allow typesRichard Henderson2021-05-011-17/+28
* | decodetree: Add support for 64-bit instructionsLuis Fernando Fujita Pires2021-05-011-7/+14
* | decodetree: More use of f-stringsRichard Henderson2021-05-011-27/+23
* | decodetree: Introduce whex and whexC helpersRichard Henderson2021-05-011-28/+38
* | qapi/error.py: enable mypy checksJohn Snow2021-04-301-5/+0
* | qapi/error: Add type hintsJohn Snow2021-04-301-2/+9
* | qapi/error.py: enable pylint checksJohn Snow2021-04-301-2/+1
* | qapi/error.py: move QAPIParseError to parser.pyJohn Snow2021-04-302-15/+21
* | qapi/error: assert QAPISourceInfo is not NoneJohn Snow2021-04-301-0/+1
* | qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-302-7/+4
* | qapi/error: Use Python3-style super()John Snow2021-04-301-1/+1
* | qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-302-4/+12
* | qapi/expr: Update authorship and copyright informationJohn Snow2021-04-301-1/+2
* | qapi/expr.py: Use tuples instead of lists for static dataJohn Snow2021-04-301-2/+2
* | qapi/expr.py: Add docstringsJohn Snow2021-04-301-5/+251
* | qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type namesJohn Snow2021-04-301-3/+3
* | qapi/expr.py: enable pylint checksJohn Snow2021-04-301-1/+0
* | qapi/expr.py: Remove single-letter variableJohn Snow2021-04-301-7/+7
* | qapi/expr.py: Consolidate check_if_str calls in check_ifJohn Snow2021-04-301-17/+16
* | qapi/expr.py: add type hint annotationsJohn Snow2021-04-302-30/+43
* | qapi/expr.py: Modify check_keys to accept any CollectionJohn Snow2021-04-301-1/+1
* | qapi/expr.py: Add casts in a few select casesJohn Snow2021-04-301-5/+5
* | qapi/expr.py: Check type of union and alternate 'data' memberJohn Snow2021-04-301-0/+7
* | qapi/expr.py: move string check upwards in check_typeJohn Snow2021-04-301-4/+4
* | qapi/expr.py: Add assertion for union type 'check_dict'John Snow2021-04-301-1/+3
* | qapi/expr.py: constrain incoming expression typesJohn Snow2021-04-301-3/+25
* | qapi/expr.py: Check for dict instead of OrderedDictJohn Snow2021-04-301-3/+2
* | qapi/expr.py: Remove 'info' argument from nested check_if_strJohn Snow2021-04-301-3/+3
* | qapi/expr: Comment cleanupJohn Snow2021-04-301-1/+1
|/
* device-crash-test: Ignore errors about a bus not being availableThomas Huth2021-04-011-0/+1
* scripts/kernel-doc: strip QEMU_ from function definitionsAlex Bennée2021-03-241-0/+3
* qapi: Enforce union and alternate branch naming rulesMarkus Armbruster2021-03-231-2/+2
* qapi: Enforce enum member naming rulesMarkus Armbruster2021-03-231-2/+3
* qapi: Enforce struct member naming rulesMarkus Armbruster2021-03-231-2/+3
* qapi: Enforce command naming rulesMarkus Armbruster2021-03-233-2/+8
* qapi: Enforce feature naming rulesMarkus Armbruster2021-03-231-1/+1
* qapi: Prepare for rejecting underscore in command and member namesMarkus Armbruster2021-03-231-10/+14
* qapi: Rename pragma *-whitelist to *-exceptionsMarkus Armbruster2021-03-234-11/+11
* qapi: Factor out QAPISchemaParser._check_pragma_list_of_str()Markus Armbruster2021-03-231-10/+9
* qapi: Enforce type naming rulesMarkus Armbruster2021-03-231-1/+2