mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
monitor: Port handler_1 to use QDict
This commit ports command handlers that receive one argument to use the new monitor's dictionary. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
f96fc8a0f1
commit
d54908a55b
8 changed files with 67 additions and 47 deletions
|
@ -54,11 +54,11 @@ void do_migrate(Monitor *mon, int detach, const char *uri);
|
|||
|
||||
void do_migrate_cancel(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void do_migrate_set_speed(Monitor *mon, const char *value);
|
||||
void do_migrate_set_speed(Monitor *mon, const QDict *qdict);
|
||||
|
||||
uint64_t migrate_max_downtime(void);
|
||||
|
||||
void do_migrate_set_downtime(Monitor *mon, const char *value);
|
||||
void do_migrate_set_downtime(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void do_info_migrate(Monitor *mon);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue