1. 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
  2. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  3. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  4. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  5. 3bc97fd qapi: Add visit_type_null() visitor by Eric Blake · 9 years ago
  6. 983f52d qapi-visit: Add visitor.type classification by Eric Blake · 9 years ago
  7. dbf1192 qapi: Change visit_start_implicit_struct to visit_start_alternate by Eric Blake · 9 years ago
  8. 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
  9. e65d89b qapi: Adjust layout of FooList types by Eric Blake · 9 years ago
  10. 08f9541 qapi: Drop unused error argument for list and implicit struct by Eric Blake · 9 years ago
  11. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  12. 0b2a0d6 qapi: Swap 'name' in visit_* callbacks to match public API by Eric Blake · 9 years ago
  13. f755dea qapi: Make all visitors supply uint64 callbacks by Eric Blake · 9 years ago
  14. 4c40314 qapi: Prefer type_int64 over type_int in visitors by Eric Blake · 9 years ago
  15. 4894b00 qapi: Dealloc visitor does not need a type_size() by Eric Blake · 9 years ago
  16. 77577cb qapi: Drop dead dealloc visitor variable by Eric Blake · 9 years ago
  17. cbf2115 qapi: Clean up includes by Peter Maydell · 9 years ago
  18. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 10 years ago
  19. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  20. 146db9f qapi: dealloc visitor, implement visit_start_union by Michael Roth · 11 years ago
  21. b690d67 Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()" by Peter Lieven · 11 years ago
  22. 25a7017 qapi: Clean up superfluous null check in qapi_dealloc_type_str() by Markus Armbruster · 11 years ago
  23. 3dce9ca qapi: fix memleak by adding implict struct functions in dealloc visitor by Wenchao Xia · 11 years ago
  24. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  25. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
  26. 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 12 years ago
  27. 1d16252 qapi: fix qapi_dealloc_type_size parameter type by Bruce Rogers · 12 years ago
  28. 0c26f2e qapi: handle visitor->type_size() in QapiDeallocVisitor by Stefan Hajnoczi · 12 years ago
  29. 0b9d854 qapi: dealloc visitor, support freeing of nested lists by Michael Roth · 14 years ago
  30. 5666dd1 qapi: dealloc visitor, fix premature free and iteration logic by Michael Roth · 14 years ago
  31. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  32. d5f3c29 qapi: add QAPI dealloc visitor by Michael Roth · 14 years ago