From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkQuf-0008LK-VK for qemu-devel@nongnu.org; Fri, 11 Apr 2008 17:36:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkQuf-0008Kt-1h for qemu-devel@nongnu.org; Fri, 11 Apr 2008 17:36:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkQue-0008Ko-T4 for qemu-devel@nongnu.org; Fri, 11 Apr 2008 17:36:00 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkQue-0001dL-Ny for qemu-devel@nongnu.org; Fri, 11 Apr 2008 17:36:00 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JkQue-0002Xz-5P for qemu-devel@nongnu.org; Fri, 11 Apr 2008 21:36:00 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JkQud-0002Xv-UV for qemu-devel@nongnu.org; Fri, 11 Apr 2008 21:36:00 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 11 Apr 2008 21:35:59 +0000 Subject: [Qemu-devel] [4193] Add help for -no-shutdown and -no-quit options 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 Revision: 4193 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4193 Author: aurel32 Date: 2008-04-11 21:35:59 +0000 (Fri, 11 Apr 2008) Log Message: ----------- Add help for -no-shutdown and -no-quit options Modified Paths: -------------- trunk/qemu-doc.texi Modified: trunk/qemu-doc.texi =================================================================== --- trunk/qemu-doc.texi 2008-04-11 21:35:52 UTC (rev 4192) +++ trunk/qemu-doc.texi 2008-04-11 21:35:59 UTC (rev 4193) @@ -413,6 +413,10 @@ available screen space. This makes the using QEMU in a dedicated desktop workspace more convenient. +@item -no-quit + +Disable SDL window close capability. + @item -full-screen Start in full screen. @@ -932,6 +936,11 @@ @item -no-reboot Exit instead of rebooting. +@item -no-shutdown +Don't exit QEMU on guest shutdown, but instead only stop the emulation. +This allows for instance switching to monitor to commit changes to the +disk image. + @item -loadvm file Start right away with a saved state (@code{loadvm} in monitor)