mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Revert "monitor: Convert do_migrate_set_speed() to QObject"
This reverts commit 3a4921047d
.
From Luiz:
do_migrate_set_speed() accepts a suffix for the 'value' argument and this is
not good for QMP. We will have to add a new argument type to handle that and
this will have to wait for 0.13.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
c749374978
commit
13232b8f45
3 changed files with 3 additions and 4 deletions
|
@ -106,7 +106,7 @@ void do_migrate_cancel(Monitor *mon, const QDict *qdict, QObject **ret_data)
|
|||
s->cancel(s);
|
||||
}
|
||||
|
||||
void do_migrate_set_speed(Monitor *mon, const QDict *qdict, QObject **ret_data)
|
||||
void do_migrate_set_speed(Monitor *mon, const QDict *qdict)
|
||||
{
|
||||
double d;
|
||||
char *ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue