On 07/30/2011 04:39 AM, Jan Kiszka wrote:
From: Jan Kiszka
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
Reviewed-by: Anthony Liguori
Regards,
Anthony Liguo
From: Jan Kiszka
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
---
ui/sdl.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ui/sdl.c