diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-13 17:16:25 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-04 11:02:57 -0300 |
commit | efab767eaafe39a234e8244819d0969ff59a325a (patch) | |
tree | 08406c2ce1553d34f7c5d60cf75b4cb55be2b343 /qmp-commands.hx | |
parent | 1fa9a5e4aea36b4d21e42323ae43879c908af576 (diff) |
qapi: Convert query-uuid
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 afa95bd93..4fef25f4c 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1821,6 +1821,12 @@ Example: EQMP + { + .name = "query-uuid", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_uuid, + }, + SQMP query-migrate ------------- |