mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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:
parent
b752daf030
commit
a875170167
3 changed files with 1 additions and 22 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue