summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/kvm/kvm_stat: Invert dictionariesJanosch Frank2016-01-261-176/+173Star
* scripts/kvm/kvm_stat: Mark globals in functionsJanosch Frank2016-01-261-19/+22
* scripts/kvm/kvm_stat: Removed unneeded PERF constantsJanosch Frank2016-01-261-26/+2Star
* scripts/kvm/kvm_stat: Make constants uppercaseJanosch Frank2016-01-261-32/+32
* scripts/kvm/kvm_stat: Replaced os.listdir with os.walkJanosch Frank2016-01-261-4/+11
* scripts/kvm/kvm_stat: Cleanup of multiple importsJanosch Frank2016-01-261-15/+11Star
* scripts: Add new clean-includes script to fix C include directivesPeter Maydell2016-01-181-0/+109
* checkpatch: Detect newlines in error_report and other error functionsJason J. Herne2016-01-131-0/+36
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell2016-01-111-13/+0Star
|\
| * scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell2016-01-111-13/+0Star
* | pc: acpi: remove unused ASL templates and related blobs/utilsIgor Mammedov2016-01-093-422/+0Star
|/
* scripts/gdb: Fix a python exception in mtree.pyYang Wei2015-12-221-5/+5
* io: add QIOChannelSocket classDaniel P. Berrange2015-12-181-0/+9
* coverity: Model g_memdup()Markus Armbruster2015-12-171-0/+17
* coverity: Model g_poll()Markus Armbruster2015-12-171-0/+9
* linux-headers: update from kvm/nextPaolo Bonzini2015-12-171-0/+3
* qapi: Detect base class loopsEric Blake2015-12-171-1/+3
* qapi: Move duplicate collision checks to schema check()Eric Blake2015-12-171-50/+1Star
* qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake2015-12-171-0/+17
* qapi: Track enum values by QAPISchemaMember, not stringEric Blake2015-12-171-11/+26
* qapi: Prepare new QAPISchemaMember base classEric Blake2015-12-171-12/+17
* qapi: Shorter visits of optional fieldsEric Blake2015-12-171-2/+1Star
* qapi: Simplify visits of optional fieldsEric Blake2015-12-171-6/+2Star
* qapi: Fix alternates that accept 'number' but not 'int'Eric Blake2015-12-171-4/+7
* qapi: Inline _make_implicit_tag()Eric Blake2015-12-171-6/+3Star
* qapi-types: Drop unnedeed ._fwdefnEric Blake2015-12-171-5/+1Star
* qapi: Simplify visiting of alternate typesEric Blake2015-12-173-44/+23Star
* qapi: Convert QType into QAPI built-in enum typeEric Blake2015-12-173-6/+27
* qobject: Rename qtype_code to QTypeEric Blake2015-12-171-1/+1
* qapi: Change munging of CamelCase enum valuesEric Blake2015-12-171-1/+1
* qapi: Remove obsolete tests for MAX collisionEric Blake2015-12-171-5/+3Star
* qapi: Don't let implicit enum MAX member collideEric Blake2015-12-171-3/+3
* qapi: Tighten the regex on valid namesEric Blake2015-12-171-5/+7
* qapi: Fix c_name() mungingEric Blake2015-12-171-1/+2
* qapi: Detect collisions in C member namesEric Blake2015-12-171-12/+19
* qapi: Track owner of each object memberEric Blake2015-12-171-2/+38
* qapi: Remove outdated tests related to QMP/branch collisionsEric Blake2015-12-171-9/+2Star
* qapi: Hoist tag collision check to Variants.check()Eric Blake2015-12-171-5/+2Star
* qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake2015-12-171-7/+7
* qapi: Check for QAPI collisions involving variant membersEric Blake2015-12-171-0/+15
* qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster2015-12-171-4/+3Star
* qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster2015-12-171-4/+7
* qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster2015-12-171-9/+5Star
* qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster2015-12-171-1/+1
* qapi: Clean up after previous commitMarkus Armbruster2015-12-171-5/+5
* qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster2015-12-171-7/+7
* qapi: Drop obsolete tag value collision assertionsMarkus Armbruster2015-12-171-2/+1Star
* qapi-types: Simplify gen_struct_field[s]Eric Blake2015-12-171-25/+15Star
* qapi-types: Consolidate gen_struct() and gen_union()Eric Blake2015-12-171-26/+11Star
* qapi: Track simple union tag in object.local_membersEric Blake2015-12-173-7/+18