mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
monitor: Port handler_2 to use QDict
This commit ports command handlers that receive two arguments 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
d54908a55b
commit
f18c16de4a
7 changed files with 35 additions and 20 deletions
|
@ -50,7 +50,7 @@ struct FdMigrationState
|
|||
|
||||
void qemu_start_incoming_migration(const char *uri);
|
||||
|
||||
void do_migrate(Monitor *mon, int detach, const char *uri);
|
||||
void do_migrate(Monitor *mon, const QDict *qdict);
|
||||
|
||||
void do_migrate_cancel(Monitor *mon, const QDict *qdict);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue