From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O1ZVi-00058A-1M for qemu-devel@nongnu.org; Tue, 13 Apr 2010 02:22:10 -0400 Received: from [140.186.70.92] (port=55685 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O1ZVb-000577-Tn for qemu-devel@nongnu.org; Tue, 13 Apr 2010 02:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O1ZVV-0007UL-AH for qemu-devel@nongnu.org; Tue, 13 Apr 2010 02:22:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12323) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O1ZVV-0007Tx-1Y for qemu-devel@nongnu.org; Tue, 13 Apr 2010 02:21:57 -0400 Date: Tue, 13 Apr 2010 11:50:20 +0530 From: Amit Shah Subject: Re: [Qemu-devel] qemu per vm config file support Message-ID: <20100413062020.GA15703@amit-x200.redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manish Regmi Cc: qemu-devel@nongnu.org On (Mon) Apr 12 2010 [21:06:29], Manish Regmi wrote: > Hi, > These days i am playing with qemu and kvm. The command line parameters can > become very long. Is there any technical reason why config file is not > implemented in qemu yet. See -readconfig and -writeconfig. There's partial support for config files; not all devices can be initialised via configs yet. Amit