summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | qapi: Finish converting to new qapi union layoutEric Blake2015-11-021-22/+6
* | qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9
* | qapi: Start converting to new qapi union layoutEric Blake2015-11-022-8/+21
* | qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15
* | qapi: Unbox base membersEric Blake2015-11-022-13/+8
* | qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-021-0/+16
* | qapi-types: Refactor base fields outputEric Blake2015-11-021-10/+14
* | qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* | qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-021-1/+7
* | qapi: Reserve '*List' type names for list typesEric Blake2015-11-021-6/+4
* | qapi: More robust conditions for when labels are neededEric Blake2015-11-022-2/+5
* | qapi: More idiomatic string operationsEric Blake2015-11-021-3/+3
* | gdb command: qemu handlersDr. David Alan Gilbert2015-10-292-1/+60
* | qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pcPaolo Bonzini2015-10-292-0/+19
* | qemu-gdb: extract parts of "qemu coroutine" implementationPaolo Bonzini2015-10-291-29/+27
* | qemu-gdb: allow using glibc_pointer_guard() on core dumpsPaolo Bonzini2015-10-291-2/+16
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-10-221-2/+5
|\
| * linux-headers: add unistd.hMarc-André Lureau2015-10-221-2/+5
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-10-191-6/+3
|\ \ | |/ |/|
| * checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft2015-10-121-1/+3
| * checkpatch: allow open braces on typedef linesPaolo Bonzini2015-10-121-5/+0
* | qapi: Track location that created an implicit typeEric Blake2015-10-151-27/+47
OpenPOWER on IntegriCloud