commit | c80d259e31c7475a6438b5a098e1d401337c64d0 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Oct 07 13:41:58 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 08 21:17:19 2009 -0500 |
tree | 74b5c61ce954dc47b65cf80ee5d561672c92f1d1 | |
parent | e0c97bdef8be937df9aaf7d24733ba1e34d8721a [diff] [blame] |
monitor: Convert do_system_reset() to QObject Patchworks-ID: 35347 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 8fcba24..b116b5e 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -467,7 +467,8 @@ .args_type = "", .params = "", .help = "reset the system", - .mhandler.cmd = do_system_reset, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_system_reset, }, STEXI