summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+5
2015-10-22linux-headers: add unistd.hMarc-André Lureau1-2/+5
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-6/+3
2015-10-15qapi: Track location that created an implicit typeEric Blake1-27/+47
2015-10-15qapi: Create simple union type member earlierEric Blake1-17/+18
2015-10-15qapi: Lazy creation of array typesEric Blake1-5/+6
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake3-6/+14
2015-10-15qapi: Drop redundant returns-int testEric Blake1-3/+0
2015-10-15qapi: Prepare for errors during check()Eric Blake1-4/+6
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake4-20/+33
2015-10-15qapi: Fix regression with '-netdev help'Eric Blake1-1/+3
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake2-13/+11
2015-10-12qapi: Share gen_visit_fields()Eric Blake4-77/+46
2015-10-12qapi: Share gen_err_check()Eric Blake4-33/+20
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake2-45/+33
2015-10-12qapi: Consistent generated code: prefer common indentationEric Blake1-26/+27
2015-10-12qapi: Consistent generated code: prefer common labelsEric Blake2-6/+6
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake3-54/+54
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake2-20/+20
2015-10-12qapi: Reuse code for flat union base validationEric Blake1-6/+5
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake1-2/+8
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake2-58/+106
2015-10-12qapi: Invoke exception superclass initializerEric Blake1-0/+2
2015-10-12qapi: Improve 'include' error messageEric Blake1-2/+1
2015-10-12checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft1-1/+3
2015-10-12checkpatch: allow open braces on typedef linesPaolo Bonzini1-5/+0
2015-10-09update-linux-headers: Rename SW_MAX to SW_MAX_Markus Armbruster1-0/+1
2015-09-25get_maintainer.pl: \C is deprecatedPaolo Bonzini1-11/+11
2015-09-25checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini1-2/+2
2015-09-21qapi-introspect: Hide type namesMarkus Armbruster1-6/+35
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2-2/+195
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster1-16/+4
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster1-0/+1
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster2-3/+7
2015-09-21qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster1-7/+10
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster3-24/+21
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster1-2/+2
2015-09-21qapi-commands: Rearrange codeMarkus Armbruster1-48/+39
2015-09-21qapi-visit: Rearrange code a bitMarkus Armbruster1-29/+19
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster5-324/+271
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster2-14/+5
2015-09-21qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster1-43/+48
2015-09-21qapi-event: Eliminate global variable event_enum_valueMarkus Armbruster1-2/+1
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster3-118/+59
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster2-70/+91
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster1-158/+114
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2-160/+138
2015-09-21qapi: New QAPISchemaVisitorMarkus Armbruster1-0/+64
2015-09-21qapi: QAPISchema code generation helper methodsMarkus Armbruster1-7/+87
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster5-12/+376