summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-09-15 14:34:39 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2011-10-04 11:02:57 -0300
commit5f158f21f9b2ff129b5154bccf6212692ac9f6c1 (patch)
tree47e34188e4171242f47ec2f0e950e22ef290a184 /hmp-commands.hx
parent7a7f325e053c5079ce4b7b8e9e2b0f4c4c30ade8 (diff)
downloadfocaccia-qemu-5f158f21f9b2ff129b5154bccf6212692ac9f6c1.tar.gz
focaccia-qemu-5f158f21f9b2ff129b5154bccf6212692ac9f6c1.zip
qapi: Convert stop
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r--hmp-commands.hx3
1 files changed, 1 insertions, 2 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx
index 2163e6f5f4..3ad1ce7df9 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -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