From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BieuH-0006O3-76 for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:50:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BieuF-0006Mw-7v for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:50:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BieuE-0006MZ-Uv for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:50:07 -0400 Received: from [38.113.3.61] (helo=babyruth.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bieru-0001lH-Gp for qemu-devel@nongnu.org; Thu, 08 Jul 2004 15:47:42 -0400 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by babyruth.hotpop.com (Postfix) with SMTP id EAE9C6B71BE for ; Thu, 8 Jul 2004 19:03:21 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-2.hotpop.com (Postfix) with ESMTP id C948D6B9FB2 for ; Thu, 8 Jul 2004 19:03:18 +0000 (UTC) Date: Thu, 8 Jul 2004 15:47:35 -0400 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Re: RFC for new features Message-ID: <20040708194735.GB4789@jbrown.mylinuxbox.org> References: <40ED8EF0.1040501@bellard.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Thu, Jul 08, 2004 at 08:46:47PM +0200, Emmanuel Charpentier wrote: > >- Config file support (syntax: qemu mypc.qmu) > > This one is *the* most important ! enables easy use and configuration by > non-technical users (hint : use an easily-parsed format, allowing for GUI > frontends). > > Emmanuel Charpentier You can have that now. The shell script called vqemu makes using a configuration file for qemu easy. It just uses the config file to figure out which command line parameters to pass to qemu. (I'd expect the .qmu config file to be more bochs-like myself (the inability to change the default IRQ/IO addrs can be frustrating when installing a new OS in qemu for the first time).) The caveat is that the shell script won't work in Windows unless (maybe) you use Cygwin bash. -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.