1. a15fcc3 qapi: Add new clone visitor by Eric Blake · 9 years ago
  2. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  3. 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
  4. 1158bb2 qapi: Add parameter to visit_end_* 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. 3bc97fd qapi: Add visit_type_null() visitor by Eric Blake · 9 years ago
  8. adfb264 qapi: Document visitor interfaces, add assertions by Eric Blake · 9 years ago
  9. 983f52d qapi-visit: Add visitor.type classification by Eric Blake · 9 years ago
  10. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  11. dbf1192 qapi: Change visit_start_implicit_struct to visit_start_alternate by Eric Blake · 9 years ago
  12. 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
  13. e65d89b qapi: Adjust layout of FooList types by Eric Blake · 9 years ago
  14. 08f9541 qapi: Drop unused error argument for list and implicit struct by Eric Blake · 9 years ago
  15. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  16. 0b2a0d6 qapi: Swap 'name' in visit_* callbacks to match public API by Eric Blake · 9 years ago
  17. 04e070d qapi: Consolidate visitor small integer callbacks by Eric Blake · 9 years ago
  18. f755dea qapi: Make all visitors supply uint64 callbacks by Eric Blake · 9 years ago
  19. 4c40314 qapi: Prefer type_int64 over type_int in visitors by Eric Blake · 9 years ago
  20. 7c91aab qapi-visit: Kill unused visit_end_union() by Eric Blake · 9 years ago
  21. 5cdc883 qapi: Simplify visits of optional fields by Eric Blake · 9 years ago
  22. d00341a qapi: Fix alternates that accept 'number' but not 'int' by Eric Blake · 9 years ago
  23. 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
  24. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 9 years ago
  25. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  26. cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 10 years ago
  27. e2cd0f4 qapi: Replace start_optional()/end_optional() by optional() by Markus Armbruster · 11 years ago
  28. cbc9553 qapi: Remove unused Visitor callbacks start_handle(), end_handle() by Markus Armbruster · 11 years ago
  29. 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
  30. 761d524 qapi: Add visitor for implicit structs by Kevin Wolf · 12 years ago
  31. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago[Renamed (97%) from qapi/qapi-visit-impl.h]
  32. 7edd63f qapi: make struct Visitor opaque by Paolo Bonzini · 12 years ago
  33. 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 12 years ago
  34. 0f71a1e qapi: allow sharing enum implementation across visitors by Paolo Bonzini · 13 years ago