]> git.proxmox.com Git - qemu.git/blobdiff - qemu-monitor.hx
dmg: fix ->open failure
[qemu.git] / qemu-monitor.hx
index 338e30e7d0c8000eb0b305116f97f0348e57f2a5..1aa78186baf409aa66bcb6cbc217481c3f38aaaa 100644 (file)
@@ -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
@@ -887,7 +886,7 @@ ETEXI
 
     {
         .name       = "balloon",
-        .args_type  = "value:i",
+        .args_type  = "value:M",
         .params     = "target",
         .help       = "request VM to change it's memory allocation (in MB)",
         .user_print = monitor_user_noop,