qemu-e2k/qapi
Michael Roth 0b9d854230 qapi: dealloc visitor, support freeing of nested lists
Previously our logic for keeping track of when we're visiting the head
of a list was done via a global bool. This can be overwritten if dealing
with nested lists, so use stack entries to track this instead.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2011-10-04 11:00:46 -03:00
..
qapi-dealloc-visitor.c qapi: dealloc visitor, support freeing of nested lists 2011-10-04 11:00:46 -03:00
qapi-dealloc-visitor.h qapi: add QAPI dealloc visitor 2011-07-21 16:48:13 -03:00
qapi-types-core.h qapi: add code generation support for middle mode 2011-10-04 11:00:46 -03:00
qapi-visit-core.c
qapi-visit-core.h
qmp-core.h qapi: add QMP dispatch functions 2011-07-21 16:48:14 -03:00
qmp-dispatch.c qapi: add QMP dispatch functions 2011-07-21 16:48:14 -03:00
qmp-input-visitor.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
qmp-input-visitor.h
qmp-output-visitor.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
qmp-output-visitor.h qapi: add QMP output visitor 2011-07-21 16:48:13 -03:00
qmp-registry.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00