summary refs log tree commit diff stats
path: root/hmp-commands.hx
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2011-09-28 11:06:15 -0300
committerLuiz Capitulino <lcapitulino@redhat.com>2011-10-04 11:02:57 -0300
commit5bc465e4b1b6f4582a400c0a7033a1c841744278 (patch)
treea720bd699684b208c6d7c7a2f0c4172b0d8419aa /hmp-commands.hx
parent38d226535aeebda24f579446e168ae3385f4ebd6 (diff)
downloadfocaccia-qemu-5bc465e4b1b6f4582a400c0a7033a1c841744278.tar.gz
focaccia-qemu-5bc465e4b1b6f4582a400c0a7033a1c841744278.zip
qapi: Convert system_powerdown
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 b2f5cd1f47..07b493ca27 100644
--- a/hmp-commands.hx
+++ b/hmp-commands.hx
@@ -492,8 +492,7 @@ ETEXI
         .args_type  = "",
         .params     = "",
         .help       = "send system power down event",
-        .user_print = monitor_user_noop,
-        .mhandler.cmd_new = do_system_powerdown,
+        .mhandler.cmd = hmp_system_powerdown,
     },
 
 STEXI