Age | Commit message (Expand) | Author |
2015-09-04 | qapi: Generated code cleanup | Markus Armbruster |
2015-09-04 | qapi: Document shortcoming with union 'data' branch | Eric Blake |
2015-09-04 | qapi: Generate a nicer struct for flat unions | Markus Armbruster |
2015-09-04 | qapi: Fix generated code when flat union has member 'kind' | Markus Armbruster |
2015-09-04 | qapi: Drop unused and useless parameters and variables | Markus Armbruster |
2015-06-19 | qom: Make enum string tables const-correct | Daniel P. Berrange |
2015-06-18 | qapi-types: Bury code dead since commit 6b5abc7 | Markus Armbruster |
2015-06-18 | qapi-types: Split generate_fwd_builtin() off generate_fwd_struct() | Markus Armbruster |
2015-06-18 | qapi-types: Drop unused members parameters | Markus Armbruster |
2015-06-18 | qapi-types: Don't filter out expressions with 'gen' | Markus Armbruster |
2015-05-14 | qapi: Factor open_output(), close_output() out of generators | Markus Armbruster |
2015-05-14 | qapi: Factor parse_command_line() out of the generators | Markus Armbruster |
2015-05-14 | qapi: Support downstream alternates | Eric Blake |
2015-05-14 | qapi: Support downstream flat unions | Eric Blake |
2015-05-14 | qapi: Support downstream simple unions | Eric Blake |
2015-05-14 | qapi: Support downstream structs | Eric Blake |
2015-05-14 | qapi: Support downstream enums | Eric Blake |
2015-05-14 | qapi: Use c_enum_const() in generate_alternate_qtypes() | Markus Armbruster |
2015-05-14 | qapi: Rename generate_enum_full_value() to c_enum_const() | Markus Armbruster |
2015-05-14 | qapi: Rename identical c_fun()/c_var() into c_name() | Eric Blake |
2015-05-05 | qapi: Drop support for inline nested types | Eric Blake |
2015-05-05 | qapi: Prefer 'struct' over 'type' in generator | Eric Blake |
2015-05-05 | qapi: Use 'alternate' to replace anonymous union | Eric Blake |
2015-05-05 | qapi: Segregate anonymous unions into alternates in generator | Eric Blake |
2015-05-05 | qapi: Tighten checking of unions | Eric Blake |
2015-05-05 | qapi: Forbid base without discriminator in unions | Eric Blake |
2015-05-05 | qapi: Simplify builtin type handling | Eric Blake |
2015-02-23 | qapi-types: add C99 index names to arrays | Michael S. Tsirkin |
2015-01-20 | scripts/qapi-types.py: Add dummy member to empty structs | Peter Maydell |
2014-09-22 | qapi: Allow enums in anonymous unions | Max Reitz |
2014-05-08 | qapi: Use an explicit input file | LluĂs Vilanova |
2014-03-11 | qapi script: support enum type as discriminator in union | Wenchao Xia |
2014-03-11 | qapi script: use same function to generate enum string | Wenchao Xia |
2014-03-11 | qapi script: code move for generate_enum_name() | Wenchao Xia |
2014-03-03 | qapi: Fix licensing of scripts | Markus Armbruster |
2013-10-11 | qapi-types/visit.py: Inheritance for structs | Kevin Wolf |
2013-10-11 | qapi-types/visit.py: Pass whole expr dict for structs | Kevin Wolf |
2013-09-10 | qapi-types.py: Fix enum struct sizes on i686 | Cole Robinson |
2013-08-30 | qapi-types.py: Split off generate_struct_fields() | Kevin Wolf |
2013-07-26 | qapi: Anonymous unions | Kevin Wolf |
2013-07-26 | qapi: Flat unions with arbitrary discriminator | Kevin Wolf |
2013-07-26 | qapi-types.py: Implement 'base' for unions | Kevin Wolf |
2013-05-30 | qapi: pad GenericList value fields to 64 bits | Michael Roth |
2013-05-23 | qapi: qapi-types.py, native list support | Michael Roth |
2012-12-19 | qapi: move include files to include/qobject/ | Paolo Bonzini |
2012-11-15 | qapi-types.h: Don't include qemu-common.h | Igor Mammedov |
2012-09-26 | qapi: do not protect enum values from namespace pollution | Paolo Bonzini |
2012-09-05 | qapi: generate list struct and visit_list for enum | Amos Kong |
2012-08-13 | qapi: don't convert enum strings to lowercase | Luiz Capitulino |
2012-08-13 | qapi: generate correct enum names for camel case enums | Luiz Capitulino |