mirror of
https://github.com/mii443/qemu.git
synced 2025-08-25 08:29:25 +00:00
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>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user