summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* qmp: Wean off qerror_report()Markus Armbruster2015-06-221-35/+6
* qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-2/+2
* scripts: Add support for path as argument of qom-treeMartin Cerveny2015-06-191-2/+7
* qapi-types: Bury code dead since commit 6b5abc7Markus Armbruster2015-06-181-6/+2
* qapi-types: Split generate_fwd_builtin() off generate_fwd_struct()Markus Armbruster2015-06-181-6/+6
* qapi-types: Drop unused members parametersMarkus Armbruster2015-06-181-7/+7
* qapi-types: Don't filter out expressions with 'gen'Markus Armbruster2015-06-181-1/+0
* qapi: Catch and reject flat union branch of array typeMarkus Armbruster2015-06-181-1/+1
* qapi: Better separate the different kinds of helpersMarkus Armbruster2015-06-181-54/+74
* qapi: Move exprs checking from parse_schema() to check_exprs()Markus Armbruster2015-06-181-76/+66
* qapi: Fix to reject stray 't', 'f' and 'n'Markus Armbruster2015-06-181-14/+12
* qapi: Simplify inclusion cycle detectionMarkus Armbruster2015-06-181-10/+8
* qapi: Fix file name in error messages for included filesMarkus Armbruster2015-06-181-4/+3
* qapi: Improve a couple of confusing variable namesMarkus Armbruster2015-06-181-22/+23
* qapi: Eliminate superfluous QAPISchema attribute input_dirMarkus Armbruster2015-06-181-2/+2
* Teach analyze-migration.py about section footersDr. David Alan Gilbert2015-06-121-0/+5
* virtio-input: add linux/input.hGerd Hoffmann2015-05-291-1/+3
* qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster2015-05-141-34/+24
* qapi: Drop pointless flush() before close()Markus Armbruster2015-05-141-4/+0
* qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster2015-05-145-215/+141
* qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster2015-05-141-7/+5
* qapi: Fix generators to report command line errors decentlyMarkus Armbruster2015-05-141-1/+5
* qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster2015-05-145-125/+52
* qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster2015-05-141-36/+32
* qapi: qapi-event.py option -b does nothing, drop itMarkus Armbruster2015-05-141-5/+2
* qapi: Support downstream events and commandsEric Blake2015-05-141-11/+5
* qapi: Support downstream alternatesEric Blake2015-05-142-6/+7
* qapi: Support downstream flat unionsEric Blake2015-05-142-3/+3
* qapi: Support downstream simple unionsEric Blake2015-05-142-5/+5
* qapi: Support downstream structsEric Blake2015-05-142-7/+8
* qapi: Support downstream enumsEric Blake2015-05-142-11/+12
* qapi: Make c_type() consistently convert qapi namesEric Blake2015-05-141-4/+29
* qapi: Tidy c_type() logicEric Blake2015-05-141-28/+30
* qapi: Move camel_to_upper(), c_enum_const() to closely related codeMarkus Armbruster2015-05-141-25/+25
* qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster2015-05-142-15/+2
* qapi: Simplify c_enum_const()Markus Armbruster2015-05-141-3/+1
* qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster2015-05-144-11/+10
* qapi: Rename _generate_enum_string() to camel_to_upper()Markus Armbruster2015-05-141-6/+6
* qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake2015-05-145-38/+36
* qapi: Fix C identifiers generated for names containing '.'Markus Armbruster2015-05-141-2/+5
* scripts: qmp-shell: Add verbose flagJohn Snow2015-05-111-6/+18
* scripts: qmp-shell: add transaction subshellJohn Snow2015-05-111-1/+41
* scripts: qmp-shell: Expand support for QMP expressionsJohn Snow2015-05-111-16/+47
* scripts: qmp-shell: refactor helpersJohn Snow2015-05-111-11/+13
* qapi: Check for member name conflicts with a base classEric Blake2015-05-051-1/+22
* qapi: Support (subset of) \u escapes in stringsEric Blake2015-05-051-1/+35
* qapi: Drop dead visitor code related to nested structsEric Blake2015-05-051-37/+12
* qapi: Drop support for inline nested typesEric Blake2015-05-055-58/+20
* qapi: Forbid 'type' in schemaEric Blake2015-05-051-14/+0
OpenPOWER on IntegriCloud