diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-21 17:16:47 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:47 -0200 |
commit | b202381800d81fbff9978abbdea95760dd363bb6 (patch) | |
tree | 572a252464539e052b1fca18e61779dc3788bac7 /qmp-commands.hx | |
parent | 58e21ef5ab262fb91256435c31cc7bfeead59754 (diff) |
qapi: Convert query-block
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
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 434ce6cba6..0cf0be7e0d 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1198,6 +1198,12 @@ Example: EQMP + { + .name = "query-block", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_block, + }, + SQMP query-blockstats ---------------- |