From: Ian Jackson Date: Tue, 6 May 2008 11:09:27 +0000 (+0100) Subject: merge from in qemu upstream: start a possibly-paused VM on SDL_QUIT X-Git-Tag: xen-3.3.0-rc1~209 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c702f1f42ec3db006bb89dd135a3a8ff2ef75c90;p=qemu-xen-4.6-testing.git merge from in qemu upstream: start a possibly-paused VM on SDL_QUIT --- diff --git a/sdl.c b/sdl.c index 6a86f760c..8fe968fa3 100644 --- a/sdl.c +++ b/sdl.c @@ -639,6 +639,7 @@ static void sdl_refresh(DisplayState *ds) case SDL_QUIT: if (!no_quit) { qemu_system_shutdown_request(); + vm_start(); /* In case we're paused */ } break; case SDL_MOUSEMOTION: