| Commit message (Expand) | Author | Age | Files | Lines |
* | qapi: Make visitor functions taking Error ** return bool, not void | Markus Armbruster | 2020-07-10 | 1 | -9/+18 |
* | qapi: Fix Visitor contract for start_alternate() | Markus Armbruster | 2020-04-30 | 1 | -7/+0 |
* | Include qemu/queue.h slightly less | Markus Armbruster | 2019-08-16 | 1 | -1/+0 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 1 | -1/+0 |
* | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau | 2018-05-04 | 1 | -2/+2 |
* | qdict qlist: Make most helper macros functions | Markus Armbruster | 2018-02-09 | 1 | -0/+1 |
* | Eliminate qapi/qmp/types.h | Markus Armbruster | 2018-02-09 | 1 | -1/+0 |
* | qapi: Use QNull for a more regular visit_type_null() | Markus Armbruster | 2017-07-24 | 1 | -1/+5 |
* | qapi: Remove visit_start_alternate() parameter promote_int | Marc-André Lureau | 2017-06-20 | 1 | -1/+1 |
* | qapi: Add new visit_free() function | Eric Blake | 2016-07-06 | 1 | -9/+5 |
* | qapi: Add parameter to visit_end_* | Eric Blake | 2016-07-06 | 1 | -44/+3 |
* | qapi: Simplify semantics of visit_next_list() | Eric Blake | 2016-05-12 | 1 | -28/+7 |
* | qapi: Split visit_end_struct() into pieces | Eric Blake | 2016-05-12 | 1 | -1/+1 |
* | qapi: Add visit_type_null() visitor | Eric Blake | 2016-05-12 | 1 | -0/+5 |
* | qapi-visit: Add visitor.type classification | Eric Blake | 2016-05-12 | 1 | -6/+1 |
* | qapi: Change visit_start_implicit_struct to visit_start_alternate | Eric Blake | 2016-02-19 | 1 | -7/+6 |
* | qapi: Don't box branches of flat unions | Eric Blake | 2016-02-19 | 1 | -26/+0 |
* | qapi: Adjust layout of FooList types | Eric Blake | 2016-02-19 | 1 | -1/+2 |
* | qapi: Drop unused error argument for list and implicit struct | Eric Blake | 2016-02-08 | 1 | -4/+4 |
* | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake | 2016-02-08 | 1 | -4/+2 |
* | qapi: Swap 'name' in visit_* callbacks to match public API | Eric Blake | 2016-02-08 | 1 | -13/+12 |
* | qapi: Make all visitors supply uint64 callbacks | Eric Blake | 2016-02-08 | 1 | -0/+6 |
* | qapi: Prefer type_int64 over type_int in visitors | Eric Blake | 2016-02-08 | 1 | -3/+3 |
* | qapi: Dealloc visitor does not need a type_size() | Eric Blake | 2016-02-08 | 1 | -6/+0 |
* | qapi: Drop dead dealloc visitor variable | Eric Blake | 2016-02-08 | 1 | -1/+0 |
* | qapi: Clean up includes | Peter Maydell | 2016-02-04 | 1 | -0/+1 |
* | qapi: Introduce a first class 'any' type | Markus Armbruster | 2015-09-21 | 1 | -0/+9 |
* | qom: Make enum string tables const-correct | Daniel P. Berrange | 2015-06-19 | 1 | -1/+2 |
* | qapi: dealloc visitor, implement visit_start_union | Michael Roth | 2014-09-26 | 1 | -0/+26 |
* | Revert "qapi: Clean up superfluous null check in qapi_dealloc_type_str()" | Peter Lieven | 2014-05-09 | 1 | -1/+3 |
* | qapi: Clean up superfluous null check in qapi_dealloc_type_str() | Markus Armbruster | 2014-03-03 | 1 | -3/+1 |
* | qapi: fix memleak by adding implict struct functions in dealloc visitor | Wenchao Xia | 2013-11-06 | 1 | -0/+20 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | 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 |
* | qapi: fix qapi_dealloc_type_size parameter type | Bruce Rogers | 2012-11-29 | 1 | -1/+1 |
* | qapi: handle visitor->type_size() in QapiDeallocVisitor | Stefan Hajnoczi | 2012-11-26 | 1 | -0/+6 |
* | qapi: dealloc visitor, support freeing of nested lists | Michael Roth | 2011-10-04 | 1 | -7/+21 |
* | qapi: dealloc visitor, fix premature free and iteration logic | Michael Roth | 2011-10-04 | 1 | -5/+15 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-21 | 1 | -7/+7 |
* | qapi: add QAPI dealloc visitor | Michael Roth | 2011-07-21 | 1 | -0/+147 |