- 7ce5fc6 qapi: Factor out compat_policy_input_ok() by Markus Armbruster · 3 years, 4 months ago
- c868876 qapi: Generalize enum member policy checking by Markus Armbruster · 3 years, 4 months ago
- a130728 qapi: Generalize struct member policy checking by Markus Armbruster · 3 years, 4 months ago
- aa23704 qapi: Implement deprecated-input={reject,crash} for enum values by Markus Armbruster · 3 years, 5 months ago
- ed29bb2 qapi: Move compat policy from QObject to generic visitor by Markus Armbruster · 3 years, 5 months ago
- ea29331 qapi: Improve input_type_enum()'s error message by Markus Armbruster · 3 years, 5 months ago
- db29164 qapi: Implement deprecated-input=reject for QMP command arguments by Markus Armbruster · 4 years ago
- 91fa93e qapi: Implement deprecated-output=hide for QMP command results by Markus Armbruster · 4 years ago
- 7b3cb80 qapi: Purge error_propagate() from QAPI core by Markus Armbruster · 4 years, 8 months ago
- 012d4c9 qapi: Make visitor functions taking Error ** return bool, not void by Markus Armbruster · 4 years, 8 months ago
- faad584 qapi: Assert non-input visitors see only valid narrow integers by Markus Armbruster · 4 years, 11 months ago
- 777d20c qapi: Assert output visitors see only valid enum values by Markus Armbruster · 4 years, 11 months ago
- 8e08bf4 qapi: Assert incomplete object occurs only in dealloc visitor by Markus Armbruster · 4 years, 11 months ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- 5ee9d2f Include qapi/qmp/qobject.h exactly where needed by Markus Armbruster · 7 years ago
- f7abe0e qapi: Change data type of the FOO_lookup generated for enum FOO by Marc-André Lureau · 8 years ago
- 788b305 qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup() by Markus Armbruster · 8 years ago
- 5b5f825 qapi: Generate FOO_str() macro for QAPI enum FOO by Markus Armbruster · 8 years ago
- 113e47a qapi: Use qapi_enum_parse() in input_type_enum() by Markus Armbruster · 8 years ago
- d2f95f4 qapi: Use QNull for a more regular visit_type_null() by Markus Armbruster · 8 years ago
- 60390d2 qapi: Remove visit_start_alternate() parameter promote_int by Marc-André Lureau · 8 years ago
- a4a1c70 qapi: Make input visitors detect unvisited list tails by Markus Armbruster · 8 years ago
- 6514532 qapi: add missing trace_visit_type_enum() call by Stefan Hajnoczi · 8 years ago
- ebfd93b qapi: add trace events for visitor by Daniel P. Berrange · 8 years ago
- a15fcc3 qapi: Add new clone visitor by Eric Blake · 9 years ago
- 3b098d5 qapi: Add new visit_complete() function by Eric Blake · 9 years ago
- 2c0ef9f qapi: Add new visit_free() function by Eric Blake · 9 years ago
- 1158bb2 qapi: Add parameter to visit_end_* by Eric Blake · 9 years ago
- 68ab47e qapi: Change visit_type_FOO() to no longer return partial objects by Eric Blake · 9 years ago
- d9f62dd qapi: Simplify semantics of visit_next_list() by Eric Blake · 9 years ago
- 15c2f66 qapi: Split visit_end_struct() into pieces by Eric Blake · 9 years ago
- 3bc97fd qapi: Add visit_type_null() visitor by Eric Blake · 9 years ago
- adfb264 qapi: Document visitor interfaces, add assertions by Eric Blake · 9 years ago
- e58d695 qapi: Guarantee NULL obj on input visitor callback error by Eric Blake · 9 years ago
- 983f52d qapi-visit: Add visitor.type classification by Eric Blake · 9 years ago
- da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
- dbf1192 qapi: Change visit_start_implicit_struct to visit_start_alternate by Eric Blake · 9 years ago
- 544a373 qapi: Don't box branches of flat unions by Eric Blake · 9 years ago
- e65d89b qapi: Adjust layout of FooList types by Eric Blake · 9 years ago
- 08f9541 qapi: Drop unused error argument for list and implicit struct by Eric Blake · 9 years ago
- 337283d qapi: Drop unused 'kind' for struct/enum visit by Eric Blake · 9 years ago
- 0b2a0d6 qapi: Swap 'name' in visit_* callbacks to match public API by Eric Blake · 9 years ago
- 51e72bc qapi: Swap visit_* arguments for consistent 'name' placement by Eric Blake · 9 years ago
- 04e070d qapi: Consolidate visitor small integer callbacks by Eric Blake · 9 years ago
- f755dea qapi: Make all visitors supply uint64 callbacks by Eric Blake · 9 years ago
- 4c40314 qapi: Prefer type_int64 over type_int in visitors by Eric Blake · 9 years ago
- 7c91aab qapi-visit: Kill unused visit_end_union() by Eric Blake · 9 years ago
- cbf2115 qapi: Clean up includes by Peter Maydell · 9 years ago
- 29637a6 qapi: Shorter visits of optional fields by Eric Blake · 9 years ago
- 5cdc883 qapi: Simplify visits of optional fields by Eric Blake · 9 years ago
- d00341a qapi: Fix alternates that accept 'number' but not 'int' by Eric Blake · 9 years ago
- 0426d53 qapi: Simplify visiting of alternate types by Eric Blake · 9 years ago
- 28770e0 qapi: Introduce a first class 'any' type by Markus Armbruster · 9 years ago
- c6bd8c7 qerror: Clean up QERR_ macros to expand into a single string by Markus Armbruster · 10 years ago
- 2e4450f qom: Make enum string tables const-correct by Daniel P. Berrange · 10 years ago
- cee2ded qapi: add visit_start_union and visit_end_union by Michael Roth · 10 years ago
- 297a364 qapi: Replace uncommon use of the error API by the common one by Markus Armbruster · 11 years ago
- e2cd0f4 qapi: Replace start_optional()/end_optional() by optional() by Markus Armbruster · 11 years ago
- cbc9553 qapi: Remove unused Visitor callbacks start_handle(), end_handle() by Markus Armbruster · 11 years ago
- b887796 qapi: make visit_type_size fallback to type_int by Vasilis Liaskovitis · 12 years ago
- 69dd62d qapi: Anonymous unions by Kevin Wolf · 12 years ago
- 761d524 qapi: Add visitor for implicit structs by Kevin Wolf · 12 years ago
- 7b1b5d1 qapi: move include files to include/qobject/ by Paolo Bonzini · 12 years ago
- 4167c42 qapi: remove qapi/qapi-types-core.h by Paolo Bonzini · 12 years ago
- 79ee7df qapi: move inclusions of qemu-common.h from headers to .c files by Paolo Bonzini · 12 years ago
- 092705d qapi: introduce "size" type by Laszlo Ersek · 13 years ago
- d195325 qapi: fix error propagation by Paolo Bonzini · 13 years ago
- 94c3db8 qapi: input_type_enum(): fix error message by Luiz Capitulino · 13 years ago
- 4e27e81 qapi: Add Visitor interfaces for uint*_t and int*_t by Michael Roth · 14 years ago
- 0f71a1e qapi: allow sharing enum implementation across visitors by Paolo Bonzini · 13 years ago
- 2345c77 qapi: add QAPI visitor core by Michael Roth · 14 years ago