From 5bc465e4b1b6f4582a400c0a7033a1c841744278 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 28 Sep 2011 11:06:15 -0300 Subject: qapi: Convert system_powerdown Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- hmp-commands.hx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hmp-commands.hx') diff --git a/hmp-commands.hx b/hmp-commands.hx index b2f5cd1..07b493c 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 -- cgit v1.1