summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Rename class QAPISchema to QAPISchemaParserMarkus Armbruster2015-09-211-4/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-162-46/+53
|\
| * checkpatch: Escape left braces in regexFam Zheng2015-09-161-11/+11
| * target-i386: move asm-x86/hyperv.h to standard-headersPaolo Bonzini2015-09-161-3/+6
| * update-linux-headers: copy standard-headers files one by onePaolo Bonzini2015-09-161-33/+36
| * update Linux headers to 4.3-rc1Paolo Bonzini2015-09-161-0/+1
* | qapi: allow override of default enum prefix namingDaniel P. Berrange2015-09-152-9/+17
|/
* qapi: Fix cgen() for Python older than 2.7Markus Armbruster2015-09-141-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-143-470/+191
|\
| * scripts/dump-guest-memory.py: fix after RAMBlock changeMichael S. Tsirkin2015-09-091-1/+1
| * add macro file for coccinellePaolo Bonzini2015-09-091-0/+119
| * checkpatch: remove tests that are not relevant outside the kernelPaolo Bonzini2015-09-091-389/+12
| * checkpatch: adapt some tests to QEMUPaolo Bonzini2015-09-091-81/+60
OpenPOWER on IntegriCloud