qapi: add QMP command registration/lookup functions
commit43c20a43ca4b3fa265469887186eb0fee68e4a0d
authorMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 19 Jul 2011 19:50:36 +0000 (19 14:50 -0500)
committerLuiz Capitulino <lcapitulino@gmail.com>
Thu, 21 Jul 2011 19:48:14 +0000 (21 16:48 -0300)
treef2171c5857f821a732c92e64dbcd5a50eb8b35a7
parentd5f3c29cf8d59fad4f3c657fc0a26510043bec65
qapi: add QMP command registration/lookup functions

Registration/lookup functions for that provide a lookup table for
dispatching QMP commands.

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>
Makefile.objs
qapi/qmp-core.h [new file with mode: 0644]
qapi/qmp-registry.c [new file with mode: 0644]