commit | b223f35f4e13a65db8032700a329c7cbf62016c5 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Wed Oct 07 13:41:56 2009 -0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu Oct 08 21:17:19 2009 -0500 |
tree | 32ca04045994b9f1ee3e32013dd43c03c57683ee | |
parent | 13c7425e1a3b1f3503d87aaa765ff0112c6b4dd7 [diff] [blame] |
monitor: Convert do_quit() do QObject Patchworks-ID: 35345 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 c37b0cb..51c7673 100644 --- a/qemu-monitor.hx +++ b/qemu-monitor.hx
@@ -119,7 +119,8 @@ .args_type = "", .params = "", .help = "quit the emulator", - .mhandler.cmd = do_quit, + .user_print = monitor_user_noop, + .mhandler.cmd_new = do_quit, }, STEXI