summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* | qapi: Create simple union type member earlierEric Blake2015-10-151-17/+18
* | qapi: Lazy creation of array typesEric Blake2015-10-151-5/+6
* | qapi: Don't use info as witness of implicit object typeEric Blake2015-10-153-6/+14
* | qapi: Drop redundant returns-int testEric Blake2015-10-151-3/+0
* | qapi: Prepare for errors during check()Eric Blake2015-10-151-4/+6
* | qapi: Use predicate callback to determine visit filteringEric Blake2015-10-154-20/+33
* | qapi: Fix regression with '-netdev help'Eric Blake2015-10-151-1/+3
* | qapi: Simplify gen_visit_fields() error handlingEric Blake2015-10-122-13/+11
* | qapi: Share gen_visit_fields()Eric Blake2015-10-124-77/+46
* | qapi: Share gen_err_check()Eric Blake2015-10-124-33/+20
* | qapi: Consistent generated code: minimize push_indent() usageEric Blake2015-10-122-45/+33
* | qapi: Consistent generated code: prefer common indentationEric Blake2015-10-121-26/+27
* | qapi: Consistent generated code: prefer common labelsEric Blake2015-10-122-6/+6
* | qapi: Consistent generated code: prefer visitor 'v'Eric Blake2015-10-123-54/+54
* | qapi: Consistent generated code: prefer error 'err'Eric Blake2015-10-122-20/+20
* | qapi: Reuse code for flat union base validationEric Blake2015-10-121-6/+5
* | qapi: Avoid assertion failure on union 'type' collisionEric Blake2015-10-121-2/+8
* | qapi: Clean up qapi.py per pep8Eric Blake2015-10-122-58/+106
* | qapi: Invoke exception superclass initializerEric Blake2015-10-121-0/+2
* | qapi: Improve 'include' error messageEric Blake2015-10-121-2/+1
|/
* update-linux-headers: Rename SW_MAX to SW_MAX_Markus Armbruster2015-10-091-0/+1
* get_maintainer.pl: \C is deprecatedPaolo Bonzini2015-09-251-11/+11
* checkpatch: do not recommend qemu_strtok over strtokPaolo Bonzini2015-09-251-2/+2
* qapi-introspect: Hide type namesMarkus Armbruster2015-09-211-6/+35
* qapi: New QMP command query-qmp-schema for QMP introspectionMarkus Armbruster2015-09-212-2/+195
* qapi: Pseudo-type '**' is now unused, drop itMarkus Armbruster2015-09-211-16/+4
* qom: Don't use 'gen': false for qom-get, qom-set, object-addMarkus Armbruster2015-09-211-0/+1
* qapi: Introduce a first class 'any' typeMarkus Armbruster2015-09-212-3/+7
* qapi-commands: De-duplicate output marshaling functionsMarkus Armbruster2015-09-211-7/+10
* qapi: De-duplicate parameter list generationMarkus Armbruster2015-09-213-24/+21
* qapi: Rename qmp_marshal_input_FOO() to qmp_marshal_FOO()Markus Armbruster2015-09-211-2/+2
* qapi-commands: Rearrange codeMarkus Armbruster2015-09-211-48/+39
* qapi-visit: Rearrange code a bitMarkus Armbruster2015-09-211-29/+19
* qapi: Clean up after recent conversions to QAPISchemaVisitorMarkus Armbruster2015-09-215-324/+271
* qapi: Replace dirty is_c_ptr() by method c_null()Markus Armbruster2015-09-212-14/+5
* qapi-event: Convert to QAPISchemaVisitor, fixing data with baseMarkus Armbruster2015-09-211-43/+48
* qapi-event: Eliminate global variable event_enum_valueMarkus Armbruster2015-09-211-2/+1
* qapi: De-duplicate enum code generationMarkus Armbruster2015-09-213-118/+59
* qapi-commands: Convert to QAPISchemaVisitorMarkus Armbruster2015-09-212-70/+91
* qapi-visit: Convert to QAPISchemaVisitor, fixing bugsMarkus Armbruster2015-09-211-158/+114
* qapi-types: Convert to QAPISchemaVisitor, fixing flat unionsMarkus Armbruster2015-09-212-160/+138
* qapi: New QAPISchemaVisitorMarkus Armbruster2015-09-211-0/+64
* qapi: QAPISchema code generation helper methodsMarkus Armbruster2015-09-211-7/+87
* qapi: New QAPISchema intermediate reperesentationMarkus Armbruster2015-09-215-12/+376
OpenPOWER on IntegriCloud