Re: [Qemu-devel] [PATCH 01/15] sdl: Fix termination in -no-shutdown mode

2011-07-30 Thread Anthony Liguori
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

[Qemu-devel] [PATCH 01/15] sdl: Fix termination in -no-shutdown mode

2011-07-30 Thread Jan Kiszka
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