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