1. a130728 qapi: Generalize struct member policy checking by Markus Armbruster · 3 years, 4 months ago
  2. ed29bb2 qapi: Move compat policy from QObject to generic visitor by Markus Armbruster · 3 years, 5 months ago
  3. db29164 qapi: Implement deprecated-input=reject for QMP command arguments by Markus Armbruster · 4 years ago
  4. 91fa93e qapi: Implement deprecated-output=hide for QMP command results by Markus Armbruster · 4 years ago
  5. 012d4c9 qapi: Make visitor functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 8 months ago
  6. 1f58424 qapi: Only input visitors can actually fail by Markus Armbruster · 4 years, 11 months ago
  7. 8e08bf4 qapi: Assert incomplete object occurs only in dealloc visitor by Markus Armbruster · 4 years, 11 months ago
  8. 554d658 qapi: Polish prose in visitor.h by Markus Armbruster · 4 years, 11 months ago
  9. c5460d5 qapi: Document @errp usage more thoroughly in visitor.h by Markus Armbruster · 4 years, 11 months ago
  10. 782586c qapi: Fix typo in visit_start_list()'s contract by Markus Armbruster · 4 years, 11 months ago
  11. 294c906 qapi: Fix the virtual walk example in visitor.h's big comment by Markus Armbruster · 4 years, 11 months ago
  12. 3777d36 qapi: Belatedly update visitor.h's big comment for QAPI modules by Markus Armbruster · 4 years, 11 months ago
  13. 81b4900 qapi: Make visit_next_list()'s comment less confusing by Markus Armbruster · 6 years ago
  14. eb815e2 qapi: Move qapi-schema.json to qapi/, rename generated files by Markus Armbruster · 7 years ago
  15. 9af2398 Include less of the generated modular QAPI headers by Markus Armbruster · 7 years ago
  16. 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
  17. f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
  18. b3125e7 docs: fix broken paths to docs/devel/qapi-code-gen.txt by Philippe Mathieu-Daudé · 8 years ago
  19. d2f95f4 qapi: Use QNull for a more regular visit_type_null() by Markus Armbruster · 8 years ago
  20. 60390d2 qapi: Remove visit_start_alternate() parameter promote_int by Marc-André Lureau · 8 years ago
  21. 8339fa2 qapi: Document visit_type_any() issues with keyval input by Markus Armbruster · 8 years ago
  22. ed0ba0f qapi: Document intended use of @name within alternate visits by Markus Armbruster · 8 years ago
  23. a4a1c70 qapi: Make input visitors detect unvisited list tails by Markus Armbruster · 8 years ago
  24. a9fc37f qapi: Improve qobject input visitor error reporting by Markus Armbruster · 8 years ago
  25. b3db211 qapi: rename *qmp-*-visitor* to *qobject-*-visitor* by Daniel P. Berrange · 8 years ago
  26. 121d071 Clean up header guards that don't match their file name by Markus Armbruster · 9 years ago
  27. a15fcc3 qapi: Add new clone visitor by Eric Blake · 9 years ago
  28. 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
  29. 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
  30. 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
  31. 68ab47e qapi: Change visit_type_FOO() to no longer return partial objects by Eric Blake · 9 years ago
  32. d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
  33. 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
  34. 3bc97fd qapi: Add visit_type_null() visitor by Eric Blake · 9 years ago
  35. adfb264 qapi: Document visitor interfaces, add assertions by Eric Blake · 9 years ago
  36. 983f52d qapi-visit: Add visitor.type classification by Eric Blake · 9 years ago
  37. 14b6d44 Use scripts/clean-includes to drop redundant qemu/typedefs.h by Markus Armbruster · 9 years ago
  38. 90ce6e2 include: Clean up includes by Peter Maydell · 9 years ago
  39. dbf1192 qapi: Change visit_start_implicit_struct to visit_start_alternate by Eric Blake · 9 years ago
  40. 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
  41. e65d89b qapi: Adjust layout of FooList types by Eric Blake · 9 years ago
  42. 08f9541 qapi: Drop unused error argument for list and implicit struct by Eric Blake · 9 years ago
  43. 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
  44. 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
  45. 7c91aab qapi-visit: Kill unused visit_end_union() by Eric Blake · 9 years ago
  46. 29637a6 qapi: Shorter visits of optional fields by Eric Blake · 9 years ago
  47. 5cdc883 qapi: Simplify visits of optional fields by Eric Blake · 9 years ago
  48. d00341a qapi: Fix alternates that accept 'number' but not 'int' by Eric Blake · 9 years ago
  49. 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
  50. 7549457 qapi: Remove dead visitor code by Eric Blake · 9 years ago
  51. 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 9 years ago
  52. 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
  53. cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 10 years ago
  54. e2cd0f4 qapi: Replace start_optional()/end_optional() by optional() by Markus Armbruster · 11 years ago
  55. cff8b2c monitor: add object-add (QMP) and object_add (HMP) command by Paolo Bonzini · 11 years ago
  56. 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
  57. 761d524 qapi: Add visitor for implicit structs by Kevin Wolf · 12 years ago
  58. a678e26 qapi: pad GenericList value fields to 64 bits by Michael Roth · 12 years ago
  59. 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago[Renamed (98%) from qapi/qapi-visit-core.h]
  60. 7edd63f qapi: make struct Visitor opaque by Paolo Bonzini · 12 years ago
  61. 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 12 years ago
  62. 092705d qapi: introduce "size" type by Laszlo Ersek · 13 years ago
  63. 4e27e81 qapi: Add Visitor interfaces for uint*_t and int*_t by Michael Roth · 14 years ago
  64. 2345c77 qapi: add QAPI visitor core by Michael Roth · 14 years ago