]> git.proxmox.com Git - qemu.git/blobdiff - hmp-commands.hx
fpu/softfloat.c: Return correctly signed values from uint64_to_float32
[qemu.git] / hmp-commands.hx
index bd0c6c9191756809f8f78e32eb53f545b946a51a..ed67e997fd67ab54065e8fd572b866396a45fbdc 100644 (file)
@@ -194,8 +194,7 @@ ETEXI
         .args_type  = "filename:F",
         .params     = "filename",
         .help       = "save screen into PPM image 'filename'",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_screen_dump,
+        .mhandler.cmd = hmp_screen_dump,
     },
 
 STEXI
@@ -505,7 +504,7 @@ ETEXI
         .args_type  = "keys:s,hold-time:i?",
         .params     = "keys [hold_ms]",
         .help       = "send keys to the VM (e.g. 'sendkey ctrl-alt-f1', default hold time=100 ms)",
-        .mhandler.cmd = do_sendkey,
+        .mhandler.cmd = hmp_send_key,
     },
 
 STEXI