aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-22linux-headers: add unistd.hMarc-André Lureau
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2015-10-15qapi: Track location that created an implicit typeEric Blake
2015-10-15qapi: Create simple union type member earlierEric Blake
2015-10-15qapi: Lazy creation of array typesEric Blake
2015-10-15qapi: Don't use info as witness of implicit object typeEric Blake
2015-10-15qapi: Drop redundant returns-int testEric Blake
2015-10-15qapi: Prepare for errors during check()Eric Blake
2015-10-15qapi: Use predicate callback to determine visit filteringEric Blake
2015-10-15qapi: Fix regression with '-netdev help'Eric Blake
2015-10-12qapi: Simplify gen_visit_fields() error handlingEric Blake
2015-10-12qapi: Share gen_visit_fields()Eric Blake
2015-10-12qapi: Share gen_err_check()Eric Blake
2015-10-12qapi: Consistent generated code: minimize push_indent() usageEric Blake
2015-10-12qapi: Consistent generated code: prefer common indentationEric Blake
2015-10-12qapi: Consistent generated code: prefer common labelsEric Blake
2015-10-12qapi: Consistent generated code: prefer visitor 'v'Eric Blake
2015-10-12qapi: Consistent generated code: prefer error 'err'Eric Blake
2015-10-12qapi: Reuse code for flat union base validationEric Blake
2015-10-12qapi: Avoid assertion failure on union 'type' collisionEric Blake
2015-10-12qapi: Clean up qapi.py per pep8Eric Blake
2015-10-12qapi: Invoke exception superclass initializerEric Blake
2015-10-12qapi: Improve 'include' error messageEric Blake
2015-10-12checkpatch: port fix from kernel "## is not a valid modifier"Andy Whitcroft
2015-10-12checkpatch: allow open braces on typedef linesPaolo Bonzini
2015-10-09update-linux-headers: Rename SW_MAX to SW_MAX_Markus Armbruster
2015-09-25get_maintainer.pl: \C is deprecatedPaolo Bonzini
2015-09-25checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini
2015-09-21qapi-introspect: Hide type namesMarkus Armbruster
2015-09-21qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster
2015-09-21qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster
2015-09-21qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster
2015-09-21qapi: Introduce a first class 'any' typeMarkus Armbruster
2015-09-21qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster
2015-09-21qapi: De-duplicate parameter list generationMarkus Armbruster
2015-09-21qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster
2015-09-21qapi-commands: Rearrange codeMarkus Armbruster
2015-09-21qapi-visit: Rearrange code a bitMarkus Armbruster
2015-09-21qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster
2015-09-21qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster
2015-09-21qapi-event: Eliminate global variable event_enum_valueMarkus Armbruster
2015-09-21qapi: De-duplicate enum code generationMarkus Armbruster
2015-09-21qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster
2015-09-21qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster
2015-09-21qapi: New QAPISchemaVisitorMarkus Armbruster
2015-09-21qapi: QAPISchema code generation helper methodsMarkus Armbruster
2015-09-21qapi: New QAPISchema intermediate reperesentationMarkus Armbruster