From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LfVf9-00074D-8w for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:44:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LfVf7-00073e-Et for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:44:10 -0500 Received: from [199.232.76.173] (port=59353 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LfVf7-00073a-6M for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:44:09 -0500 Received: from mx0.ategram.com ([78.47.22.65]:35811 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 1LfVf6-0002Sn-Jp for qemu-devel@nongnu.org; Fri, 06 Mar 2009 03:44:08 -0500 Message-ID: <49B0E254.2040302@sbeh.de> Date: Fri, 06 Mar 2009 09:44:04 +0100 From: Stan Behrens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [BUG] -no-quit does not work, this is bad when using -snapshot 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 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. Command-Line I used: qemu-svn/bin/qemu -L qemu-svn/share/qemu -no-quit -m 512 -net nic -net tap,ifname=job,script=no,downscript=no -drive file=image -startdate 2008-12-24 -usb -snapshot qemu-svn: 'At revision 6718.'. Bye.