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