From 38d226535aeebda24f579446e168ae3385f4ebd6 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Thu, 15 Sep 2011 14:41:46 -0300 Subject: qapi: Convert system_reset Signed-off-by: Anthony Liguori Signed-off-by: Luiz Capitulino --- qmp-commands.hx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qmp-commands.hx') diff --git a/qmp-commands.hx b/qmp-commands.hx index 2ccddeed2a..ea96191c12 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -223,10 +223,7 @@ EQMP { .name = "system_reset", .args_type = "", - .params = "", - .help = "reset the system", - .user_print = monitor_user_noop, - .mhandler.cmd_new = do_system_reset, + .mhandler.cmd_new = qmp_marshal_input_system_reset, }, SQMP -- cgit v1.2.1