Revert "Monitor: Return before exiting with 'quit'"

This reverts commit 0e8d2b5575.

Next commits will do the same thing in a better way.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
Luiz Capitulino 2010-05-11 17:50:50 -03:00
parent b752daf030
commit a875170167
3 changed files with 1 additions and 22 deletions

View file

@ -1020,8 +1020,7 @@ static void do_info_cpu_stats(Monitor *mon)
*/
static int do_quit(Monitor *mon, const QDict *qdict, QObject **ret_data)
{
monitor_suspend(mon);
qemu_system_exit_request();
exit(0);
return 0;
}