qemu-e2k/qapi
Anthony Liguori 776574d641 qapi: add code generation support for middle mode
To get the ball rolling merging QAPI, this patch introduces a "middle mode" to
the code generator.  In middle mode, the code generator generates marshalling
functions that are compatible with the current QMP server.  We absolutely need
to replace the current QMP server in order to support proper asynchronous
commands but using a middle mode provides a middle-ground that lets us start
converting commands in tree.

Note that all of the commands have been converted already in my glib branch.
Middle mode only exists until we finish merging them from my branch into the
main tree.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2011-10-04 11:00:46 -03:00
..
qapi-dealloc-visitor.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05: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: add QAPI visitor core 2011-07-21 16:48:13 -03:00
qapi-visit-core.h qapi: add QAPI visitor core 2011-07-21 16:48:13 -03:00
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 qapi: add QMP input visitor 2011-07-21 16:48:13 -03:00
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