1. fa274ed qapi: Drop useless gen_err_check() by Eric Blake · 9 years ago
  2. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  3. 9b4e38f qapi: Fix crash on missing alternate member of QAPI struct by Eric Blake · 9 years ago
  4. 68ab47e qapi: Change visit_type_FOO() to no longer return partial objects by Eric Blake · 9 years ago
  5. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  6. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  7. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  8. 32bafa8 qapi: Don't special-case simple union wrappers by Eric Blake · 9 years ago
  9. 12f254f qapi: Inline gen_visit_members() into lone caller by Eric Blake · 9 years ago
  10. 7ce106a qapi: Emit implicit structs in generated C by Eric Blake · 9 years ago
  11. 4d91e91 qapi-visit: Expose visit_type_FOO_members() by Eric Blake · 9 years ago
  12. c81200b qapi: Rename 'fields' to 'members' in generated C code by Eric Blake · 9 years ago
  13. 14f00c6 qapi: Rename 'fields' to 'members' in generator by Eric Blake · 9 years ago
  14. dbf1192 qapi: Change visit_start_implicit_struct to visit_start_alternate by Eric Blake · 9 years ago
  15. 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
  16. becceed qapi: Don't box struct branch of alternate by Eric Blake · 9 years ago
  17. 2208d64 qapi-visit: Use common idiom in gen_visit_fields_decl() by Eric Blake · 9 years ago
  18. e65d89b qapi: Adjust layout of FooList types by Eric Blake · 9 years ago
  19. 6555190 qapi-visit: Less indirection in visit_type_Foo_fields() by Eric Blake · 9 years ago
  20. 59d9e84 qapi-visit: Unify struct and union visit by Markus Armbruster · 9 years ago
  21. 9a5cd42 qapi: Visit variants in visit_type_FOO_fields() by Eric Blake · 9 years ago
  22. d7445b5 qapi-visit: Simplify how we visit common union members by Markus Armbruster · 9 years ago
  23. 9d3524b qapi-visit: Honor prefix of discriminator enum by Eric Blake · 9 years ago
  24. 9167ebd qapi: Clean up includes in generated files by Eric Blake · 9 years ago
  25. 08f9541 qapi: Drop unused error argument for list and implicit struct by Eric Blake · 9 years ago
  26. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  27. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  28. 395a233 qapi: Don't cast Enum* to int* by Eric Blake · 9 years ago
  29. 7c91aab qapi-visit: Kill unused visit_end_union() by Eric Blake · 9 years ago
  30. 92b09ba qapi: Track all failures between visit_start/stop by Eric Blake · 9 years ago
  31. d00341a qapi: Fix alternates that accept 'number' but not 'int' by Eric Blake · 9 years ago
  32. 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
  33. 7264f5c qapi: Convert QType into QAPI built-in enum type by Eric Blake · 9 years ago
  34. da34a9b qapi: Track simple union tag in object.local_members by Eric Blake · 9 years ago
  35. dd5ee2c qapi: Test failure in middle of array parse by Eric Blake · 9 years ago
  36. 150d056 qapi-visit: Convert to new qapi union layout by Eric Blake · 9 years ago
  37. 5c5e51a qapi-visit: Remove redundant functions for flat union base by Eric Blake · 9 years ago
  38. ddf2190 qapi: Unbox base members by Eric Blake · 9 years ago
  39. d02cf37 qapi-visit: Split off visit_type_FOO_fields forward decl by Eric Blake · 9 years ago
  40. f9e6102 qapi: More robust conditions for when labels are needed by Eric Blake · 9 years ago
  41. 49823c4 qapi: Don't use info as witness of implicit object type by Eric Blake · 9 years ago
  42. 25a0d9c qapi: Use predicate callback to determine visit filtering by Eric Blake · 9 years ago
  43. d08ac81 qapi: Fix regression with '-netdev help' by Eric Blake · 9 years ago
  44. 82ca8e4 qapi: Share gen_visit_fields() by Eric Blake · 9 years ago
  45. 1f35334 qapi: Share gen_err_check() by Eric Blake · 9 years ago
  46. 05372f7 qapi: Consistent generated code: minimize push_indent() usage by Eric Blake · 9 years ago
  47. e36c714 qapi: Consistent generated code: prefer common indentation by Eric Blake · 9 years ago
  48. f782399 qapi: Consistent generated code: prefer common labels by Eric Blake · 9 years ago
  49. f8b7f1a qapi: Consistent generated code: prefer visitor 'v' by Eric Blake · 9 years ago
  50. 60f8546 qapi-visit: Rearrange code a bit by Markus Armbruster · 9 years ago
  51. e98859a qapi: Clean up after recent conversions to QAPISchemaVisitor by Markus Armbruster · 9 years ago
  52. 441cbac qapi-visit: Convert to QAPISchemaVisitor, fixing bugs by Markus Armbruster · 9 years ago
  53. ac88219 qapi: New QAPISchema intermediate reperesentation by Markus Armbruster · 9 years ago
  54. 3a864e7 qapi: Generated code cleanup by Markus Armbruster · 10 years ago
  55. 2f52e20 qapi: Document that input visitor semantics are prone to leaks by Eric Blake · 10 years ago
  56. 40b3ade qapi-visit: Fix two name arguments passed to visitors by Markus Armbruster · 10 years ago
  57. 8c07edd qapi-visit: Replace list implicit_structs by set by Markus Armbruster · 10 years ago
  58. 8c3f8e7 qapi-visit: Fix generated code when schema has forward refs by Markus Armbruster · 10 years ago
  59. 0f61af3 qapi: Fix generated code when flat union has member 'kind' by Markus Armbruster · 10 years ago
  60. 5aa05d3 qapi: Drop unused and useless parameters and variables by Markus Armbruster · 10 years ago
  61. 12f8e1b qapi: Factor open_output(), close_output() out of generators by Markus Armbruster · 10 years ago
  62. 2114f5a qapi: Factor parse_command_line() out of the generators by Markus Armbruster · 10 years ago
  63. d1f07c8 qapi: Support downstream alternates by Eric Blake · 10 years ago
  64. 857af5f qapi: Support downstream flat unions by Eric Blake · 10 years ago
  65. bb33729 qapi: Support downstream simple unions by Eric Blake · 10 years ago
  66. 83a0270 qapi: Support downstream structs by Eric Blake · 10 years ago
  67. fce384b qapi: Support downstream enums by Eric Blake · 10 years ago
  68. 7c81c61 qapi: Rename generate_enum_full_value() to c_enum_const() by Markus Armbruster · 10 years ago
  69. 18df515 qapi: Rename identical c_fun()/c_var() into c_name() by Eric Blake · 10 years ago
  70. a82b982 qapi: Drop dead visitor code related to nested structs by Eric Blake · 10 years ago
  71. 6b5abc7 qapi: Drop support for inline nested types by Eric Blake · 10 years ago
  72. fd41dd4 qapi: Prefer 'struct' over 'type' in generator by Eric Blake · 10 years ago
  73. ab916fa qapi: Use 'alternate' to replace anonymous union by Eric Blake · 10 years ago
  74. 811d04f qapi: Segregate anonymous unions into alternates in generator by Eric Blake · 10 years ago
  75. a8d4a2e qapi: Forbid base without discriminator in unions by Eric Blake · 10 years ago
  76. b52c4b9 qapi: Simplify builtin type handling by Eric Blake · 10 years ago
  77. 6540e9f qapi: Drop dead genlist parameter by Eric Blake · 10 years ago
  78. cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 10 years ago
  79. e775ba7 qapi: Allow enums in anonymous unions by Max Reitz · 11 years ago
  80. 638ca8a qapi: fix coding style in parameters list by Amos Kong · 11 years ago
  81. 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
  82. be3c771 qapi: Un-inline visit of implicit struct by Markus Armbruster · 11 years ago
  83. 192cca6 qapi-visit.py: Clean up a sloppy use of field prefix by Markus Armbruster · 11 years ago
  84. 4fa953f qapi: Clean up shadowing of parameters and locals in inner scopes by Markus Armbruster · 11 years ago
  85. 468866b qapi-visit.py: Clean up confusing push_indent() / pop_indent() use by Markus Armbruster · 11 years ago
  86. e2cd0f4 qapi: Replace start_optional()/end_optional() by optional() by Markus Armbruster · 11 years ago
  87. 33aaad5 qapi: Use an explicit input file by Lluís Vilanova · 11 years ago
  88. bceae76 qapi script: support enum type as discriminator in union by Wenchao Xia · 11 years ago
  89. b0b5819 qapi script: use same function to generate enum string by Wenchao Xia · 11 years ago
  90. 949ceeb qapi: Clean up null checking in generated visitors by Markus Armbruster · 11 years ago
  91. a105acb qapi: Drop nonsensical header guard in generated qapi-visit.c by Markus Armbruster · 11 years ago
  92. 678e48a qapi: Fix licensing of scripts by Markus Armbruster · 11 years ago
  93. 7b75d9d Adjust qapi-visit for python-2.4.3 by Richard Henderson · 11 years ago
  94. 622f557 qapi-types/visit.py: Inheritance for structs by Kevin Wolf · 11 years ago
  95. 14d3630 qapi-types/visit.py: Pass whole expr dict for structs by Kevin Wolf · 11 years ago
  96. 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
  97. 50f2bdc qapi: Flat unions with arbitrary discriminator by Kevin Wolf · 12 years ago
  98. 0aef92b qapi-visit.py: Implement 'base' for unions by Kevin Wolf · 12 years ago
  99. d131c89 qapi-visit.py: Split off generate_visit_struct_fields() by Kevin Wolf · 12 years ago
  100. 7c946bc qapi: qapi-visit.py, native list support by Michael Roth · 12 years ago