aboutsummaryrefslogtreecommitdiffstats
path: root/qapi/qmp-dispatch.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21qapi: add QMP dispatch functionsMichael Roth1-0/+124
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>