diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-12 15:10:53 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | 292a26027c8567556795dde771e46d87306bd013 (patch) | |
tree | d74f603eb11c7a9b5c59d7cf7a398b87dea66e75 /qmp-commands.hx | |
parent | b9c15f16d702306aeb984f30490cddb8b418a231 (diff) |
qapi: Convert query-kvm
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 9f067ea118..9f9751d1c3 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1570,6 +1570,12 @@ Example: EQMP + { + .name = "query-kvm", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_kvm, + }, + SQMP query-status ------------ |