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