qemu-e2k/qapi
Michael Roth ab02ab2aa7 qapi: add QMP dispatch functions
Given an object recieved via QMP, this code uses the dispatch table
provided by qmp_registry.c to call the corresponding marshalling/dispatch
function and format return values/errors for delivery to the QMP.
Currently only synchronous QMP functions are supported, but this will
also be used for async QMP functions and QMP guest proxy dispatch as
well.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
2011-07-21 16:48:14 -03:00
..
qapi-dealloc-visitor.c qapi: add QAPI dealloc visitor 2011-07-21 16:48:13 -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 QAPI visitor core 2011-07-21 16:48:13 -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 qapi: add QMP input visitor 2011-07-21 16:48:13 -03:00
qmp-input-visitor.h qapi: add QMP input visitor 2011-07-21 16:48:13 -03:00
qmp-output-visitor.c qapi: add QMP output visitor 2011-07-21 16:48:13 -03:00
qmp-output-visitor.h qapi: add QMP output visitor 2011-07-21 16:48:13 -03:00
qmp-registry.c qapi: add QMP command registration/lookup functions 2011-07-21 16:48:14 -03:00