diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-22 15:56:36 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:47 -0200 |
commit | f11f57e405a99732ed0f3294904c2dd258d77629 (patch) | |
tree | 2844d1e1833f22050f5ed63dd06b7e935abd9beb /qmp-commands.hx | |
parent | b202381800d81fbff9978abbdea95760dd363bb6 (diff) |
qapi: Convert query-blockstats
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 0cf0be7e0d..a250a7ada7 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1311,6 +1311,12 @@ Example: EQMP + { + .name = "query-blockstats", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_blockstats, + }, + SQMP query-cpus ---------- |