index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qapi
/
qapi-dealloc-visitor.c
Age
Commit message (
Expand
)
Author
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
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