Statistics
| Branch: | Revision:

root / qapi / qmp-dispatch.c @ 66a0a2cb

History | View | Annotate | Download (2.8 kB)

# Date Author Comment
ab02ab2a 07/21/2011 10:48 pm Michael Roth

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...