commit | e0c97bdef8be937df9aaf7d24733ba1e34d8721a | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <[email protected]> | Wed Oct 07 13:41:57 2009 -0300 |
committer | Anthony Liguori <[email protected]> | Thu Oct 08 21:17:19 2009 -0500 |
tree | bbec2bccf29df3d1883a2f0472c0fbd858bac526 | |
parent | b223f35f4e13a65db8032700a329c7cbf62016c5 [diff] [blame] |
monitor: Convert do_stop() to QObject Patchworks-ID: 35343 Signed-off-by: Luiz Capitulino <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>
diff --git a/qemu-monitor.hx b/qemu-monitor.hx index 51c7673..8fcba24 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -287,7 +287,8 @@ .args_type = "", .params = "", .help = "stop emulation", - .mhandler.cmd = do_stop, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_stop, }, STEXI