commit | 941f511a26ebdfbeb53facc775f30b9d27f3855b | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jul 30 11:39:04 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Aug 05 10:57:34 2011 -0500 |
tree | 0ab8cf96e57c5df6a37256a7bdb1eb6a8ee84142 | |
parent | 257a7375582e4c3b32687c72d0f52279d28b2d85 [diff] |
sdl: Fix termination in -no-shutdown mode Just like the monitor does, we need to clear no_shutdown before calling qemu_system_shutdown_request on quit requests. Otherwise, QEMU just stops the VM. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>