diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2011-09-13 17:37:16 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2011-10-27 11:48:46 -0200 |
commit | 791e7c820e969a69aa2568fb528dbe9f7e923f5a (patch) | |
tree | 2ddb725e79893d842b85314ef9d8c2dedc1b4fd8 /qmp-commands.hx | |
parent | e235cec3762d2aa20b548114ea7b172113690463 (diff) |
qapi: Convert query-migrate
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 c5355601cc..8efdb25d0a 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -1919,6 +1919,12 @@ Examples: EQMP + { + .name = "query-migrate", + .args_type = "", + .mhandler.cmd_new = qmp_marshal_input_query_migrate, + }, + SQMP query-balloon ------------- |