diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-21 14:31:51 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | aa9b79bcd813b399ad13e13b5db4e8b2e8787e4c (patch) | |
tree | 31ca779e13e374c9a275aa8f44c80809bfff968a /qmp-commands.hx | |
parent | c5a415a0afddbc217263b62a8e87d8ec9e7f760f (diff) |
qapi: Convert query-commands
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r-- | qmp-commands.hx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx index dfc02af375..0fda5c3b97 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -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 ------------- |