index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qapi
/
qapi-dealloc-visitor.c
Age
Commit message (
Expand
)
Author
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