qapi: Convert query-commands

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Luiz Capitulino 2011-09-21 14:31:51 -03:00
parent c5a415a0af
commit aa9b79bcd8
3 changed files with 44 additions and 25 deletions

View file

@ -1090,6 +1090,12 @@ Note: This example has been shortened as the real response is too long.
EQMP
{
.name = "query-commands",
.args_type = "",
.mhandler.cmd_new = qmp_marshal_input_query_commands,
},
SQMP
query-chardev
-------------