summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi: Prefer 'struct' over 'type' in generatorEric Blake2015-05-053-29/+41
* qapi: More rigorous checking for type safety bypassEric Blake2015-05-051-5/+17
* qapi: Whitelist commands that don't return dictionaryEric Blake2015-05-051-3/+28
* qapi: Require valid namesEric Blake2015-05-051-17/+46
* qapi: More rigourous checking of typesEric Blake2015-05-051-9/+87
* qapi: Unify type bypass and add testsEric Blake2015-05-051-7/+2
* qapi: Allow true, false and null in schema jsonFam Zheng2015-05-051-3/+18
* qapi: Better error messages for duplicated expressionsEric Blake2015-05-051-14/+49
* qapi: Better error messages for bad expressionsEric Blake2015-05-051-7/+37
* qapi: Use 'alternate' to replace anonymous unionEric Blake2015-05-053-32/+43
* qapi: Segregate anonymous unions into alternates in generatorEric Blake2015-05-053-38/+60
* qapi: Prepare for catching more semantic parse errorsEric Blake2015-05-051-17/+20
* qapi: Tighten checking of unionsEric Blake2015-05-052-28/+74
* qapi: Forbid base without discriminator in unionsEric Blake2015-05-053-20/+18
* qapi: Better error messages for bad enumsEric Blake2015-05-051-5/+29
* qapi: Require ASCII in schemaEric Blake2015-05-051-2/+2
OpenPOWER on IntegriCloud