summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts: Add new clean-includes script to fix C include directivesPeter Maydell2019-11-291-0/+109
* checkpatch: Detect newlines in error_report and other error functionsJason J. Herne2019-11-291-0/+36
* scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell2019-11-291-13/+0
* pc: acpi: remove unused ASL templates and related blobs/utilsIgor Mammedov2019-11-293-422/+0
* scripts/gdb: Fix a python exception in mtree.pyYang Wei2019-11-291-5/+5
* io: add QIOChannelSocket classDaniel P. Berrange2019-11-291-0/+9
* coverity: Model g_memdup()Markus Armbruster2019-11-291-0/+17
* coverity: Model g_poll()Markus Armbruster2019-11-291-0/+9
* linux-headers: update from kvm/nextPaolo Bonzini2019-11-291-0/+3
* qapi: Detect base class loopsEric Blake2019-11-291-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2019-11-291-50/+1
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2019-11-291-0/+17
* qapi: Track enum values by QAPISchemaMember, not stringEric Blake2019-11-291-11/+26
* qapi: Prepare new QAPISchemaMember base classEric Blake2019-11-291-12/+17
* qapi: Shorter visits of optional fieldsEric Blake2019-11-291-2/+1
* qapi: Simplify visits of optional fieldsEric Blake2019-11-291-6/+2
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2019-11-291-4/+7
* qapi: Inline _make_implicit_tag()Eric Blake2019-11-291-6/+3
* qapi-types: Drop unnedeed ._fwdefnEric Blake2019-11-291-5/+1
* qapi: Simplify visiting of alternate typesEric Blake2019-11-293-44/+23
* qapi: Convert QType into QAPI built-in enum typeEric Blake2019-11-293-6/+27
* qobject: Rename qtype_code to QTypeEric Blake2019-11-291-1/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2019-11-291-1/+1
* qapi: Remove obsolete tests for MAX collisionEric Blake2019-11-291-5/+3
* qapi: Don't let implicit enum MAX member collideEric Blake2019-11-291-3/+3
* qapi: Tighten the regex on valid namesEric Blake2019-11-291-5/+7
* qapi: Fix c_name() mungingEric Blake2019-11-291-1/+2
* qapi: Detect collisions in C member namesEric Blake2019-11-291-12/+19
* qapi: Track owner of each object memberEric Blake2019-11-291-2/+38
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2019-11-291-9/+2
* qapi: Hoist tag collision check to Variants.check()Eric Blake2019-11-291-5/+2
* qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake2019-11-291-7/+7
* qapi: Check for QAPI collisions involving variant membersEric Blake2019-11-291-0/+15
* qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster2019-11-291-4/+3
* qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster2019-11-291-4/+7
* qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster2019-11-291-9/+5
* qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster2019-11-291-1/+1
* qapi: Clean up after previous commitMarkus Armbruster2019-11-291-5/+5
* qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster2019-11-291-7/+7
* qapi: Drop obsolete tag value collision assertionsMarkus Armbruster2019-11-291-2/+1
* qapi-types: Simplify gen_struct_field[s]Eric Blake2019-11-291-25/+15
* qapi-types: Consolidate gen_struct() and gen_union()Eric Blake2019-11-291-26/+11
* qapi: Track simple union tag in object.local_membersEric Blake2019-11-293-7/+18
* qapi: Provide nicer array names in introspectionEric Blake2015-11-101-3/+5
* qapi: Test failure in middle of array parseEric Blake2015-11-101-0/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-11-051-1/+1
|\
| * scripts/text2pod.pl: Escape left braceFam Zheng2015-11-021-1/+1
* | migration: fix analyze-migration.py scriptMark Cave-Ayland2015-11-041-0/+13
* | qapi: Simplify gen_struct_field()Eric Blake2015-11-021-9/+7
* | qapi: Reserve 'u' member nameEric Blake2015-11-021-1/+1
OpenPOWER on IntegriCloud