summaryrefslogtreecommitdiffstats
path: root/qmp-commands.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-03-05 17:29:02 +0100
committerMarkus Armbruster <armbru@redhat.com>2015-06-02 09:59:13 +0200
commitb8a185bc9a8ecbdc74fd64672e4abdd09a558e1c (patch)
tree08bdaa9804050c7b04641b12291d299a6e0cb20c /qmp-commands.hx
parent13cadefbda71e119db79fe0b7a4efd26a6d005bd (diff)
downloadhqemu-b8a185bc9a8ecbdc74fd64672e4abdd09a558e1c.zip
hqemu-b8a185bc9a8ecbdc74fd64672e4abdd09a558e1c.tar.gz
monitor: Convert client_migrate_info to QAPI
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'qmp-commands.hx')
-rw-r--r--qmp-commands.hx2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmp-commands.hx b/qmp-commands.hx
index a9768a2..867a21f 100644
--- a/qmp-commands.hx
+++ b/qmp-commands.hx
@@ -785,7 +785,7 @@ EQMP
.args_type = "protocol:s,hostname:s,port:i?,tls-port:i?,cert-subject:s?",
.params = "protocol hostname port tls-port cert-subject",
.help = "set migration information for remote display",
- .mhandler.cmd_new = client_migrate_info,
+ .mhandler.cmd_new = qmp_marshal_input_client_migrate_info,
},
SQMP
OpenPOWER on IntegriCloud