1. 0b2e84b qapi-types: Drop unnedeed ._fwdefn by Eric Blake · 9 years ago
  2. 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
  3. 7264f5c qapi: Convert QType into QAPI built-in enum type by Eric Blake · 9 years ago
  4. 7d9586f qapi-types: Simplify gen_struct_field[s] by Eric Blake · 9 years ago
  5. 570cd8d qapi-types: Consolidate gen_struct() and gen_union() by Eric Blake · 9 years ago
  6. da34a9b qapi: Track simple union tag in object.local_members by Eric Blake · 9 years ago
  7. 32bc687 qapi: Simplify gen_struct_field() by Eric Blake · 9 years ago
  8. e4ba22b qapi: Finish converting to new qapi union layout by Eric Blake · 9 years ago
  9. f51d8fa qapi: Start converting to new qapi union layout by Eric Blake · 9 years ago
  10. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  11. 30594fe qapi: Prefer typesafe upcasts to qapi base classes by Eric Blake · 9 years ago
  12. f87ab7f qapi-types: Refactor base fields output by Eric Blake · 9 years ago
  13. 49823c4 qapi: Don't use info as witness of implicit object type by Eric Blake · 9 years ago
  14. 25a0d9c qapi: Use predicate callback to determine visit filtering by Eric Blake · 9 years ago
  15. f8b7f1a qapi: Consistent generated code: prefer visitor 'v' by Eric Blake · 9 years ago
  16. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 9 years ago
  17. e98859a qapi: Clean up after recent conversions to QAPISchemaVisitor by Markus Armbruster · 9 years ago
  18. efd2eaa qapi: De-duplicate enum code generation by Markus Armbruster · 9 years ago
  19. 2b162cc qapi-types: Convert to QAPISchemaVisitor, fixing flat unions by Markus Armbruster · 9 years ago
  20. ac88219 qapi: New QAPISchema intermediate reperesentation by Markus Armbruster · 9 years ago
  21. 351d36e qapi: allow override of default enum prefix naming by Daniel P. Berrange · 10 years ago
  22. 3a864e7 qapi: Generated code cleanup by Markus Armbruster · 10 years ago
  23. ca56a82 qapi: Document shortcoming with union 'data' branch by Eric Blake · 10 years ago
  24. 1e6c161 qapi: Generate a nicer struct for flat unions by Markus Armbruster · 10 years ago
  25. 0f61af3 qapi: Fix generated code when flat union has member 'kind' by Markus Armbruster · 10 years ago
  26. 5aa05d3 qapi: Drop unused and useless parameters and variables by Markus Armbruster · 10 years ago
  27. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  28. e1d4210 qapi-types: Bury code dead since commit 6b5abc7 by Markus Armbruster · 10 years ago
  29. c5ecd7e qapi-types: Split generate_fwd_builtin() off generate_fwd_struct() by Markus Armbruster · 10 years ago
  30. ae0a7a1 qapi-types: Drop unused members parameters by Markus Armbruster · 10 years ago
  31. 4f35680 qapi-types: Don't filter out expressions with 'gen' by Markus Armbruster · 10 years ago
  32. 12f8e1b qapi: Factor open_output(), close_output() out of generators by Markus Armbruster · 10 years ago
  33. 2114f5a qapi: Factor parse_command_line() out of the generators by Markus Armbruster · 10 years ago
  34. d1f07c8 qapi: Support downstream alternates by Eric Blake · 10 years ago
  35. 857af5f qapi: Support downstream flat unions by Eric Blake · 10 years ago
  36. bb33729 qapi: Support downstream simple unions by Eric Blake · 10 years ago
  37. 83a0270 qapi: Support downstream structs by Eric Blake · 10 years ago
  38. fce384b qapi: Support downstream enums by Eric Blake · 10 years ago
  39. b42e914 qapi: Use c_enum_const() in generate_alternate_qtypes() by Markus Armbruster · 10 years ago
  40. 7c81c61 qapi: Rename generate_enum_full_value() to c_enum_const() by Markus Armbruster · 10 years ago
  41. 18df515 qapi: Rename identical c_fun()/c_var() into c_name() by Eric Blake · 10 years ago
  42. 6b5abc7 qapi: Drop support for inline nested types by Eric Blake · 10 years ago
  43. fd41dd4 qapi: Prefer 'struct' over 'type' in generator by Eric Blake · 10 years ago
  44. ab916fa qapi: Use 'alternate' to replace anonymous union by Eric Blake · 10 years ago
  45. 811d04f qapi: Segregate anonymous unions into alternates in generator by Eric Blake · 10 years ago
  46. 44bd127 qapi: Tighten checking of unions by Eric Blake · 10 years ago
  47. a8d4a2e qapi: Forbid base without discriminator in unions by Eric Blake · 10 years ago
  48. b52c4b9 qapi: Simplify builtin type handling by Eric Blake · 10 years ago
  49. 912ae9c qapi-types: add C99 index names to arrays by Michael S. Tsirkin · 10 years ago
  50. 83ecb22 scripts/qapi-types.py: Add dummy member to empty structs by Peter Maydell · 10 years ago
  51. e775ba7 qapi: Allow enums in anonymous unions by Max Reitz · 11 years ago
  52. 33aaad5 qapi: Use an explicit input file by Lluís Vilanova · 11 years ago
  53. bceae76 qapi script: support enum type as discriminator in union by Wenchao Xia · 11 years ago
  54. b0b5819 qapi script: use same function to generate enum string by Wenchao Xia · 11 years ago
  55. 6299659 qapi script: code move for generate_enum_name() by Wenchao Xia · 11 years ago
  56. 678e48a qapi: Fix licensing of scripts by Markus Armbruster · 11 years ago
  57. 622f557 qapi-types/visit.py: Inheritance for structs by Kevin Wolf · 11 years ago
  58. 14d3630 qapi-types/visit.py: Pass whole expr dict for structs by Kevin Wolf · 11 years ago
  59. 02dc4bf qapi-types.py: Fix enum struct sizes on i686 by Cole Robinson · 12 years ago
  60. 0153703 qapi-types.py: Split off generate_struct_fields() by Kevin Wolf · 12 years ago
  61. 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
  62. 50f2bdc qapi: Flat unions with arbitrary discriminator by Kevin Wolf · 12 years ago
  63. e2503f5 qapi-types.py: Implement 'base' for unions by Kevin Wolf · 12 years ago
  64. a678e26 qapi: pad GenericList value fields to 64 bits by Michael Roth · 12 years ago
  65. c0afa9c qapi: qapi-types.py, native list support by Michael Roth · 12 years ago
  66. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  67. da4fea0 qapi-types.h: Don't include qemu-common.h by Igor Mammedov · 13 years ago
  68. eda50a6 qapi: do not protect enum values from namespace pollution by Paolo Bonzini · 12 years ago
  69. b9c4b48 qapi: generate list struct and visit_list for enum by Amos Kong · 13 years ago
  70. ac4ff70 qapi: don't convert enum strings to lowercase by Luiz Capitulino · 13 years ago
  71. f01f594 qapi: generate correct enum names for camel case enums by Luiz Capitulino · 13 years ago
  72. b68a847 qapi: qapi-types.h: don't include qapi/qapi-types-core.h by Luiz Capitulino · 13 years ago
  73. c9da228 qapi: add c_fun to escape function names by Federico Simoncelli · 13 years ago
  74. dc8fb6d qapi: complete implementation of unions by Paolo Bonzini · 13 years ago
  75. 19bf7c8 Fix qapi code generation fix by Avi Kivity · 13 years ago
  76. 8d3bc51 Fix qapi code generation wrt parallel build by Avi Kivity · 13 years ago
  77. 5dbee47 qapi: allow a 'gen' key to suppress code generation by Anthony Liguori · 13 years ago
  78. 303b54b qapi: Automatically generate a _MAX value for enums by Luiz Capitulino · 13 years ago
  79. d2a80d6 qapi: Don't use c_var() on enum strings by Luiz Capitulino · 13 years ago
  80. 75b96ac qapi: generate qapi_free_* functions for *List types by Michael Roth · 13 years ago
  81. 776574d qapi: add code generation support for middle mode by Anthony Liguori · 14 years ago
  82. fb3182c qapi: add qapi-types.py code generator by Michael Roth · 14 years ago