mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
qapi: Convert migrate_set_speed
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
4f0a993bf3
commit
3dc853832d
7 changed files with 28 additions and 16 deletions
|
@ -492,10 +492,7 @@ EQMP
|
|||
{
|
||||
.name = "migrate_set_speed",
|
||||
.args_type = "value:o",
|
||||
.params = "value",
|
||||
.help = "set maximum speed (in bytes) for migrations",
|
||||
.user_print = monitor_user_noop,
|
||||
.mhandler.cmd_new = do_migrate_set_speed,
|
||||
.mhandler.cmd_new = qmp_marshal_input_migrate_set_speed,
|
||||
},
|
||||
|
||||
SQMP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue