From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MysUi-0001cK-Vv for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:29:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MysUe-0001Xn-6p for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:29:44 -0400 Received: from [199.232.76.173] (port=41908 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MysUe-0001Xi-0d for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:29:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54593) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MysUd-0005rQ-Ji for qemu-devel@nongnu.org; Fri, 16 Oct 2009 15:29:39 -0400 Message-ID: <4AD8C996.1020801@redhat.com> Date: Fri, 16 Oct 2009 21:29:26 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 4/4] QemuOpts: command line switches for the config file. References: <1255509568-10635-1-git-send-email-kraxel@redhat.com> <1255509568-10635-5-git-send-email-kraxel@redhat.com> <1255718349.25855.58.camel@localhost.localdomain> In-Reply-To: <1255718349.25855.58.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Baum Cc: qemu-devel@nongnu.org On 10/16/09 20:39, Nathan Baum wrote: > It seems like the typical use-case for -writeconfig will be for > "upgrading" to the config file system. Might it be more useful for qemu > to exit after writing the config? Yes, good idea. cheers, Gerd