aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2009-12-18 14:51:49 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2009-12-19 08:26:28 -0600
commitaac2ad563abadac1ae135714dba6149d419d7811 (patch)
treed9313a216596253aa2e9a4d3573236fb64a28780 /qemu-monitor.hx
parente1000: Don't muck with PCI commmand register (diff)
downloadqemu-kvm-aac2ad563abadac1ae135714dba6149d419d7811.tar.gz
qemu-kvm-aac2ad563abadac1ae135714dba6149d419d7811.tar.bz2
qemu-kvm-aac2ad563abadac1ae135714dba6149d419d7811.zip
Revert "monitor: Convert do_migrate_set_speed() to QObject"
This reverts commit 3a4921047d514c336531c304bec362c4d138ebcc. 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> (cherry picked from commit 46ee2295678af629a2869e4e331e4e002bcc31fd)
Diffstat (limited to 'qemu-monitor.hx')
-rw-r--r--qemu-monitor.hx3
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu-monitor.hx b/qemu-monitor.hx
index aac0f3e51..1aa78186b 100644
--- a/qemu-monitor.hx
+++ b/qemu-monitor.hx
@@ -763,8 +763,7 @@ ETEXI
.args_type = "value:s",
.params = "value",
.help = "set maximum speed (in bytes) for migrations",
- .user_print = monitor_user_noop,
- .mhandler.cmd_new = do_migrate_set_speed,
+ .mhandler.cmd = do_migrate_set_speed,
},
STEXI