commit | b9c15f16d702306aeb984f30490cddb8b418a231 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Fri Aug 26 17:38:13 2011 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Tue Oct 04 11:01:30 2011 -0300 |
tree | 6952fefe9fb9e4470556c8788032ff53bd0a8572 | |
parent | 48a32bedfed0ea5b30bdbb470c0520acdadc3bf2 [diff] [blame] |
qapi: Convert query-version Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
diff --git a/qmp-commands.hx b/qmp-commands.hx index 7b3839e..9f067ea 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx
@@ -1053,6 +1053,12 @@ EQMP + { + .name = "query-version", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_version, + }, + SQMP query-commands --------------