]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp-commands.hx
qapi: Convert stop
[mirror_qemu.git] / hmp-commands.hx
index 9e1cca8e3d26b9648d9bd077cf10c1be8d1565ed..3ad1ce7df9d2772e8f436113b266bfab23a0b04e 100644 (file)
@@ -43,7 +43,7 @@ ETEXI
         .params     = "",
         .help       = "quit the emulator",
         .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_quit,
+        .mhandler.cmd = hmp_quit,
     },
 
 STEXI
@@ -290,8 +290,7 @@ ETEXI
         .args_type  = "",
         .params     = "",
         .help       = "stop emulation",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_stop,
+        .mhandler.cmd = hmp_stop,
     },
 
 STEXI