| Commit message (Expand) | Author | Age | Files | Lines |
* | Include qapi/qmp/qobject.h exactly where needed | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | qapi: Change data type of the FOO_lookup generated for enum FOO | Marc-André Lureau | 2017-09-04 | 1 | -11/+13 |
* | qapi: Convert indirect uses of FOO_lookup[...] to qapi_enum_lookup() | Markus Armbruster | 2017-09-04 | 1 | -1/+1 |
* | qapi: Generate FOO_str() macro for QAPI enum FOO | Markus Armbruster | 2017-09-04 | 1 | -1/+0 |
* | qapi: Use qapi_enum_parse() in input_type_enum() | Markus Armbruster | 2017-09-04 | 1 | -9/+4 |
* | qapi: Use QNull for a more regular visit_type_null() | Markus Armbruster | 2017-07-24 | 1 | -3/+4 |
* | qapi: Remove visit_start_alternate() parameter promote_int | Marc-André Lureau | 2017-06-20 | 1 | -3/+3 |
* | qapi: Make input visitors detect unvisited list tails | Markus Armbruster | 2017-03-05 | 1 | -0/+8 |
* | qapi: add missing trace_visit_type_enum() call | Stefan Hajnoczi | 2017-01-31 | 1 | -0/+1 |
* | qapi: add trace events for visitor | Daniel P. Berrange | 2016-10-25 | 1 | -6/+45 |
* | qapi: Add new clone visitor | Eric Blake | 2016-07-06 | 1 | -9/+19 |
* | qapi: Add new visit_complete() function | Eric Blake | 2016-07-06 | 1 | -0/+8 |
* | qapi: Add new visit_free() function | Eric Blake | 2016-07-06 | 1 | -0/+7 |
* | qapi: Add parameter to visit_end_* | Eric Blake | 2016-07-06 | 1 | -6/+6 |
* | qapi: Change visit_type_FOO() to no longer return partial objects | Eric Blake | 2016-05-12 | 1 | -0/+5 |
* | qapi: Simplify semantics of visit_next_list() | Eric Blake | 2016-05-12 | 1 | -5/+13 |
* | qapi: Split visit_end_struct() into pieces | Eric Blake | 2016-05-12 | 1 | -2/+9 |
* | qapi: Add visit_type_null() visitor | Eric Blake | 2016-05-12 | 1 | -0/+5 |
* | qapi: Document visitor interfaces, add assertions | Eric Blake | 2016-05-12 | 1 | -1/+17 |
* | qapi: Guarantee NULL obj on input visitor callback error | Eric Blake | 2016-05-12 | 1 | -4/+30 |
* | qapi-visit: Add visitor.type classification | Eric Blake | 2016-05-12 | 1 | -13/+15 |
* | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 2016-03-22 | 1 | -0/+1 |
* | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake | 2016-02-19 | 1 | -23/+17 |
* | qapi: Don't box branches of flat unions | Eric Blake | 2016-02-19 | 1 | -8/+0 |
* | qapi: Adjust layout of FooList types | Eric Blake | 2016-02-19 | 1 | -2/+3 |
* | qapi: Drop unused error argument for list and implicit struct | Eric Blake | 2016-02-08 | 1 | -6/+6 |
* | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake | 2016-02-08 | 1 | -9/+6 |
* | qapi: Swap 'name' in visit_* callbacks to match public API | Eric Blake | 2016-02-08 | 1 | -19/+19 |
* | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 2016-02-08 | 1 | -24/+30 |
* | qapi: Consolidate visitor small integer callbacks | Eric Blake | 2016-02-08 | 1 | -94/+54 |
* | qapi: Make all visitors supply uint64 callbacks | Eric Blake | 2016-02-08 | 1 | -25/+11 |
* | qapi: Prefer type_int64 over type_int in visitors | Eric Blake | 2016-02-08 | 1 | -14/+22 |
* | qapi-visit: Kill unused visit_end_union() | Eric Blake | 2016-02-08 | 1 | -7/+1 |
* | qapi: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | qapi: Shorter visits of optional fields | Eric Blake | 2015-12-17 | 1 | -1/+2 |
* | qapi: Simplify visits of optional fields | Eric Blake | 2015-12-17 | 1 | -3/+2 |
* | qapi: Fix alternates that accept 'number' but not 'int' | Eric Blake | 2015-12-17 | 1 | -2/+2 |
* | qapi: Simplify visiting of alternate types | Eric Blake | 2015-12-17 | 1 | -2/+2 |
* | qapi: Introduce a first class 'any' type | Markus Armbruster | 2015-09-21 | 1 | -0/+6 |
* | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster | 2015-06-22 | 1 | -14/+14 |
* | qom: Make enum string tables const-correct | Daniel P. Berrange | 2015-06-19 | 1 | -3/+3 |
* | qapi: add visit_start_union and visit_end_union | Michael Roth | 2014-09-26 | 1 | -0/+15 |
* | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 2014-05-15 | 1 | -130/+101 |
* | qapi: Replace start_optional()/end_optional() by optional() | Markus Armbruster | 2014-05-15 | 1 | -11/+4 |
* | qapi: Remove unused Visitor callbacks start_handle(), end_handle() | Markus Armbruster | 2014-05-15 | 1 | -15/+0 |
* | qapi: make visit_type_size fallback to type_int | Vasilis Liaskovitis | 2013-07-30 | 1 | -1/+10 |
* | qapi: Anonymous unions | Kevin Wolf | 2013-07-26 | 1 | -0/+9 |
* | qapi: Add visitor for implicit structs | Kevin Wolf | 2013-07-26 | 1 | -0/+16 |
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -3/+3 |
* | qapi: remove qapi/qapi-types-core.h | Paolo Bonzini | 2012-12-19 | 1 | -0/+1 |