Age | Commit message (Expand) | Author | Files | Lines |
2021-05-16 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 1 | -0/+1 |
2021-05-14 | checkpatch: Fix use of uninitialized value | Greg Kurz | 1 | -0/+1 |
2021-05-12 | coverity-scan: list components, move model to scripts/coverity-scan | Paolo Bonzini | 2 | -0/+154 |
2021-05-03 | scripts: fix generation update-binfmts templates | Silvano Cirujano Cuesta | 1 | -1/+3 |
2021-05-01 | decodetree: Extend argument set syntax to allow types | Richard Henderson | 1 | -17/+28 |
2021-05-01 | decodetree: Add support for 64-bit instructions | Luis Fernando Fujita Pires | 1 | -7/+14 |
2021-05-01 | decodetree: More use of f-strings | Richard Henderson | 1 | -27/+23 |
2021-05-01 | decodetree: Introduce whex and whexC helpers | Richard Henderson | 1 | -28/+38 |
2021-04-30 | qapi/error.py: enable mypy checks | John Snow | 1 | -5/+0 |
2021-04-30 | qapi/error: Add type hints | John Snow | 1 | -2/+9 |
2021-04-30 | qapi/error.py: enable pylint checks | John Snow | 1 | -2/+1 |
2021-04-30 | qapi/error.py: move QAPIParseError to parser.py | John Snow | 2 | -15/+21 |
2021-04-30 | qapi/error: assert QAPISourceInfo is not None | John Snow | 1 | -0/+1 |
2021-04-30 | qapi/error: Make QAPISourceError 'col' parameter optional | John Snow | 2 | -7/+4 |
2021-04-30 | qapi/error: Use Python3-style super() | John Snow | 1 | -1/+1 |
2021-04-30 | qapi/error: Repurpose QAPIError as an abstract base exception class | John Snow | 2 | -4/+12 |
2021-04-30 | qapi/expr: Update authorship and copyright information | John Snow | 1 | -1/+2 |
2021-04-30 | qapi/expr.py: Use tuples instead of lists for static data | John Snow | 1 | -2/+2 |
2021-04-30 | qapi/expr.py: Add docstrings | John Snow | 1 | -5/+251 |
2021-04-30 | qapi/expr: Only explicitly prohibit 'Kind' nor 'List' for type names | John Snow | 1 | -3/+3 |
2021-04-30 | qapi/expr.py: enable pylint checks | John Snow | 1 | -1/+0 |
2021-04-30 | qapi/expr.py: Remove single-letter variable | John Snow | 1 | -7/+7 |
2021-04-30 | qapi/expr.py: Consolidate check_if_str calls in check_if | John Snow | 1 | -17/+16 |
2021-04-30 | qapi/expr.py: add type hint annotations | John Snow | 2 | -30/+43 |
2021-04-30 | qapi/expr.py: Modify check_keys to accept any Collection | John Snow | 1 | -1/+1 |
2021-04-30 | qapi/expr.py: Add casts in a few select cases | John Snow | 1 | -5/+5 |
2021-04-30 | qapi/expr.py: Check type of union and alternate 'data' member | John Snow | 1 | -0/+7 |
2021-04-30 | qapi/expr.py: move string check upwards in check_type | John Snow | 1 | -4/+4 |
2021-04-30 | qapi/expr.py: Add assertion for union type 'check_dict' | John Snow | 1 | -1/+3 |
2021-04-30 | qapi/expr.py: constrain incoming expression types | John Snow | 1 | -3/+25 |
2021-04-30 | qapi/expr.py: Check for dict instead of OrderedDict | John Snow | 1 | -3/+2 |
2021-04-30 | qapi/expr.py: Remove 'info' argument from nested check_if_str | John Snow | 1 | -3/+3 |
2021-04-30 | qapi/expr: Comment cleanup | John Snow | 1 | -1/+1 |
2021-04-01 | device-crash-test: Ignore errors about a bus not being available | Thomas Huth | 1 | -0/+1 |
2021-03-24 | scripts/kernel-doc: strip QEMU_ from function definitions | Alex Bennée | 1 | -0/+3 |
2021-03-23 | qapi: Enforce union and alternate branch naming rules | Markus Armbruster | 1 | -2/+2 |
2021-03-23 | qapi: Enforce enum member naming rules | Markus Armbruster | 1 | -2/+3 |
2021-03-23 | qapi: Enforce struct member naming rules | Markus Armbruster | 1 | -2/+3 |
2021-03-23 | qapi: Enforce command naming rules | Markus Armbruster | 3 | -2/+8 |
2021-03-23 | qapi: Enforce feature naming rules | Markus Armbruster | 1 | -1/+1 |
2021-03-23 | qapi: Prepare for rejecting underscore in command and member names | Markus Armbruster | 1 | -10/+14 |
2021-03-23 | qapi: Rename pragma *-whitelist to *-exceptions | Markus Armbruster | 4 | -11/+11 |
2021-03-23 | qapi: Factor out QAPISchemaParser._check_pragma_list_of_str() | Markus Armbruster | 1 | -10/+9 |
2021-03-23 | qapi: Enforce type naming rules | Markus Armbruster | 1 | -1/+2 |
2021-03-23 | qapi: Enforce event naming rules | Markus Armbruster | 1 | -1/+3 |
2021-03-23 | qapi: Consistently permit any case in downstream prefixes | Markus Armbruster | 1 | -1/+1 |
2021-03-23 | qapi: Move uppercase rejection to check_name_lower() | Markus Armbruster | 1 | -8/+7 |
2021-03-23 | qapi: Rework name checking in preparation of stricter checking | Markus Armbruster | 1 | -15/+36 |
2021-03-23 | qapi: Lift enum-specific code out of check_name_str() | Markus Armbruster | 1 | -13/+10 |
2021-03-23 | qapi: Permit flat union members for any tag value | Markus Armbruster | 2 | -5/+7 |