summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-05-29virtio-input: add linux/input.hGerd Hoffmann1-1/+3
2015-05-14qapi: Inline gen_command_decl_prologue(), gen_command_def_prologue()Markus Armbruster1-34/+24
2015-05-14qapi: Drop pointless flush() before close()Markus Armbruster1-4/+0
2015-05-14qapi: Factor open_output(), close_output() out of generatorsMarkus Armbruster5-215/+141
2015-05-14qapi: Turn generators' mandatory option -i into an argumentMarkus Armbruster1-7/+5
2015-05-14qapi: Fix generators to report command line errors decentlyMarkus Armbruster1-1/+5
2015-05-14qapi: Factor parse_command_line() out of the generatorsMarkus Armbruster5-125/+52
2015-05-14qapi: qapi-commands.py option --type is unused, drop itMarkus Armbruster1-36/+32
2015-05-14qapi: qapi-event.py option -b does nothing, drop itMarkus Armbruster1-5/+2
2015-05-14qapi: Support downstream events and commandsEric Blake1-11/+5
2015-05-14qapi: Support downstream alternatesEric Blake2-6/+7
2015-05-14qapi: Support downstream flat unionsEric Blake2-3/+3
2015-05-14qapi: Support downstream simple unionsEric Blake2-5/+5
2015-05-14qapi: Support downstream structsEric Blake2-7/+8
2015-05-14qapi: Support downstream enumsEric Blake2-11/+12
2015-05-14qapi: Make c_type() consistently convert qapi namesEric Blake1-4/+29
2015-05-14qapi: Tidy c_type() logicEric Blake1-28/+30
2015-05-14qapi: Move camel_to_upper(), c_enum_const() to closely related codeMarkus Armbruster1-25/+25
2015-05-14qapi: Use c_enum_const() in generate_alternate_qtypes()Markus Armbruster2-15/+2
2015-05-14qapi: Simplify c_enum_const()Markus Armbruster1-3/+1
2015-05-14qapi: Rename generate_enum_full_value() to c_enum_const()Markus Armbruster4-11/+10
2015-05-14qapi: Rename _generate_enum_string() to camel_to_upper()Markus Armbruster1-6/+6
2015-05-14qapi: Rename identical c_fun()/c_var() into c_name()Eric Blake5-38/+36
2015-05-14qapi: Fix C identifiers generated for names containing '.'Markus Armbruster1-2/+5
2015-05-11scripts: qmp-shell: Add verbose flagJohn Snow1-6/+18
2015-05-11scripts: qmp-shell: add transaction subshellJohn Snow1-1/+41
2015-05-11scripts: qmp-shell: Expand support for QMP expressionsJohn Snow1-16/+47
2015-05-11scripts: qmp-shell: refactor helpersJohn Snow1-11/+13
2015-05-05qapi: Check for member name conflicts with a base classEric Blake1-1/+22
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake1-1/+35
2015-05-05qapi: Drop dead visitor code related to nested structsEric Blake1-37/+12
2015-05-05qapi: Drop support for inline nested typesEric Blake5-58/+20
2015-05-05qapi: Forbid 'type' in schemaEric Blake1-14/+0
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake3-29/+41
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake1-5/+17
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake1-3/+28
2015-05-05qapi: Require valid namesEric Blake1-17/+46
2015-05-05qapi: More rigourous checking of typesEric Blake1-9/+87
2015-05-05qapi: Unify type bypass and add testsEric Blake1-7/+2
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng1-3/+18
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake1-14/+49
2015-05-05qapi: Better error messages for bad expressionsEric Blake1-7/+37
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake3-32/+43
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake3-38/+60
2015-05-05qapi: Prepare for catching more semantic parse errorsEric Blake1-17/+20
2015-05-05qapi: Tighten checking of unionsEric Blake2-28/+74
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake3-20/+18
2015-05-05qapi: Better error messages for bad enumsEric Blake1-5/+29
2015-05-05qapi: Require ASCII in schemaEric Blake1-2/+2
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake1-0/+1