From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfVwt-0006vp-BT for qemu-devel@nongnu.org; Fri, 06 Mar 2009 04:02:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfVws-0006vd-Sh for qemu-devel@nongnu.org; Fri, 06 Mar 2009 04:02:31 -0500 Received: from [199.232.76.173] (port=43589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfVws-0006vY-O2 for qemu-devel@nongnu.org; Fri, 06 Mar 2009 04:02:30 -0500 Received: from mx0.ategram.com ([78.47.22.65]:59864 helo=bunesko.ategram.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LfVws-0004ff-1C for qemu-devel@nongnu.org; Fri, 06 Mar 2009 04:02:30 -0500 Message-ID: <49B0E6A2.9010205@sbeh.de> Date: Fri, 06 Mar 2009 10:02:26 +0100 From: Stan Behrens MIME-Version: 1.0 Subject: Re: [Qemu-devel] [BUG SOLVED] use -no-shutdown instead of -no-quit References: <49B0E254.2040302@sbeh.de> <20090306085455.GH32521@hall.aurel32.net> In-Reply-To: <20090306085455.GH32521@hall.aurel32.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > Topic was: [BUG] -no-quit does not work, this is bad when using -snapshot Hi List, oh f..., I'm sorry. Bye. Aurelien Jarno wrote: > On Fri, Mar 06, 2009 at 09:44:04AM +0100, Stan Behrens wrote: >> Hi List, >> >> -no-quit does not work. This is bad if you're using -snapshot and want to have a clean virtual disk-image after guest-shutdown. You have no possibility to commit because qemu just quits and the /tmp/snapshot-File is not accessible anymore. > > $ qemu --help | grep no-quit > -no-quit disable SDL window close capability > > This option works perfectly, there is no bug. > > What you want is -no-shutdown. >