summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell1-13/+0
2016-01-11scripts/checkpatch.pl: Don't allow special cases of unspaced operatorsPeter Maydell1-13/+0
2016-01-09pc: acpi: remove unused ASL templates and related blobs/utilsIgor Mammedov3-422/+0
2015-12-22scripts/gdb: Fix a python exception in mtree.pyYang Wei1-5/+5
2015-12-18io: add QIOChannelSocket classDaniel P. Berrange1-0/+9
2015-12-17coverity: Model g_memdup()Markus Armbruster1-0/+17
2015-12-17coverity: Model g_poll()Markus Armbruster1-0/+9
2015-12-17linux-headers: update from kvm/nextPaolo Bonzini1-0/+3
2015-12-17qapi: Detect base class loopsEric Blake1-1/+3
2015-12-17qapi: Move duplicate collision checks to schema check()Eric Blake1-50/+1
2015-12-17qapi: Enforce (or whitelist) case conventions on qapi membersEric Blake1-0/+17
2015-12-17qapi: Track enum values by QAPISchemaMember, not stringEric Blake1-11/+26
2015-12-17qapi: Prepare new QAPISchemaMember base classEric Blake1-12/+17
2015-12-17qapi: Shorter visits of optional fieldsEric Blake1-2/+1
2015-12-17qapi: Simplify visits of optional fieldsEric Blake1-6/+2
2015-12-17qapi: Fix alternates that accept 'number' but not 'int'Eric Blake1-4/+7
2015-12-17qapi: Inline _make_implicit_tag()Eric Blake1-6/+3
2015-12-17qapi-types: Drop unnedeed ._fwdefnEric Blake1-5/+1
2015-12-17qapi: Simplify visiting of alternate typesEric Blake3-44/+23
2015-12-17qapi: Convert QType into QAPI built-in enum typeEric Blake3-6/+27
2015-12-17qobject: Rename qtype_code to QTypeEric Blake1-1/+1
2015-12-17qapi: Change munging of CamelCase enum valuesEric Blake1-1/+1
2015-12-17qapi: Remove obsolete tests for MAX collisionEric Blake1-5/+3
2015-12-17qapi: Don't let implicit enum MAX member collideEric Blake1-3/+3
2015-12-17qapi: Tighten the regex on valid namesEric Blake1-5/+7
2015-12-17qapi: Fix c_name() mungingEric Blake1-1/+2
2015-12-17qapi: Detect collisions in C member namesEric Blake1-12/+19
2015-12-17qapi: Track owner of each object memberEric Blake1-2/+38
2015-12-17qapi: Remove outdated tests related to QMP/branch collisionsEric Blake1-9/+2
2015-12-17qapi: Hoist tag collision check to Variants.check()Eric Blake1-5/+2
2015-12-17qapi: Factor out QAPISchemaObjectType.check_clash()Eric Blake1-7/+7
2015-12-17qapi: Check for QAPI collisions involving variant membersEric Blake1-0/+15
2015-12-17qapi: Simplify QAPISchemaObjectTypeVariants.check()Markus Armbruster1-4/+3
2015-12-17qapi: Factor out QAPISchemaObjectTypeMember.check_clash()Markus Armbruster1-4/+7
2015-12-17qapi: Eliminate QAPISchemaObjectType.check() variable membersMarkus Armbruster1-9/+5
2015-12-17qapi: Fix up commit 7618b91's clash sanity checking changeMarkus Armbruster1-1/+1
2015-12-17qapi: Clean up after previous commitMarkus Armbruster1-5/+5
2015-12-17qapi: Simplify QAPISchemaObjectTypeMember.check()Markus Armbruster1-7/+7
2015-12-17qapi: Drop obsolete tag value collision assertionsMarkus Armbruster1-2/+1
2015-12-17qapi-types: Simplify gen_struct_field[s]Eric Blake1-25/+15
2015-12-17qapi-types: Consolidate gen_struct() and gen_union()Eric Blake1-26/+11
2015-12-17qapi: Track simple union tag in object.local_membersEric Blake3-7/+18
2015-11-10qapi: Provide nicer array names in introspectionEric Blake1-3/+5
2015-11-10qapi: Test failure in middle of array parseEric Blake1-0/+4
2015-11-05Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-11-04migration: fix analyze-migration.py scriptMark Cave-Ayland1-0/+13
2015-11-02scripts/text2pod.pl: Escape left braceFam Zheng1-1/+1
2015-11-02qapi: Simplify gen_struct_field()Eric Blake1-9/+7
2015-11-02qapi: Reserve 'u' member nameEric Blake1-1/+1
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake1-22/+6