commit | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Sep 21 14:31:51 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:02:57 2011 -0300 |
tree | 31ca779e13e374c9a275aa8f44c80809bfff968a | |
parent | c5a415a0afddbc217263b62a8e87d8ec9e7f760f [diff] [blame] |
qapi: Convert query-commands Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qmp-commands.hx b/qmp-commands.hx index dfc02af..0fda5c3 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx
@@ -1090,6 +1090,12 @@ EQMP + { + .name = "query-commands", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_commands, + }, + SQMP query-chardev -------------