]> git.proxmox.com Git - qemu.git/blobdiff - hmp-commands.hx
qapi: convert sendkey
[qemu.git] / hmp-commands.hx
index bd0c6c9191756809f8f78e32eb53f545b946a51a..5cee1310cc0e36c619fadf6870bfca1f20424fcc 100644 (file)
@@ -505,7 +505,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