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