summary refs log tree commit diff stats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* qapi: Enforce event naming rulesMarkus Armbruster2021-03-231-1/+3
* qapi: Consistently permit any case in downstream prefixesMarkus Armbruster2021-03-231-1/+1
* qapi: Move uppercase rejection to check_name_lower()Markus Armbruster2021-03-231-8/+7
* qapi: Rework name checking in preparation of stricter checkingMarkus Armbruster2021-03-231-15/+36
* qapi: Lift enum-specific code out of check_name_str()Markus Armbruster2021-03-231-13/+10
* qapi: Permit flat union members for any tag valueMarkus Armbruster2021-03-232-5/+7
* qapi: Fix to reject optional members with reserved namesMarkus Armbruster2021-03-231-5/+4
* qapi: Implement deprecated-input=reject for QMP command argumentsMarkus Armbruster2021-03-192-2/+4
* qapi: Implement deprecated-input=reject for QMP commandsMarkus Armbruster2021-03-191-3/+7
* qapi: Implement deprecated-output=hide for QMP event dataMarkus Armbruster2021-03-191-3/+6
* qapi: Implement deprecated-output=hide for QMP eventsMarkus Armbruster2021-03-191-1/+11
* qapi: Implement deprecated-output=hide for QMP command resultsMarkus Armbruster2021-03-192-2/+14
* Merge remote-tracking branch 'remotes/berrange-gitlab/tags/dep-many-pull-requ...Peter Maydell2021-03-181-2/+0
|\
| * hw/scsi: remove 'scsi-disk' deviceDaniel P. Berrangé2021-03-181-1/+0
| * hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-1/+0
* | fuzz: add a script to build reproducersAlexander Bulekov2021-03-161-0/+160
|/
* pvrdma: wean code off pvrdma_ring.h kernel headerCornelia Huck2021-03-151-2/+1
* linux-user: manage binfmt-misc preserve-arg[0] flagLaurent Vivier2021-03-131-17/+27
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell2021-03-111-1/+1
|\