diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-08-26 17:38:13 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:01:30 -0300 |
commit | b9c15f16d702306aeb984f30490cddb8b418a231 (patch) | |
tree | 6952fefe9fb9e4470556c8788032ff53bd0a8572 /qmp-commands.hx | |
parent | 48a32bedfed0ea5b30bdbb470c0520acdadc3bf2 (diff) |
qapi: Convert query-version
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 7b3839ea18..9f067ea118 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1053,6 +1053,12 @@ Example: EQMP + { + .name = "query-version", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_version, + }, + SQMP query-commands -------------- |