From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GbxW3-0004AF-DR for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:58:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GbxW1-00046S-2r for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:58:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GbxW0-00045u-QX for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:58:44 -0400 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GbxW0-0004aZ-Il for qemu-devel@nongnu.org; Mon, 23 Oct 2006 06:58:44 -0400 Received: by ug-out-1314.google.com with SMTP id j40so1110211ugd for ; Mon, 23 Oct 2006 03:58:43 -0700 (PDT) Message-ID: <46d6db660610230358k5f7a2bacuf81f93edc69abb82@mail.gmail.com> Date: Mon, 23 Oct 2006 12:58:42 +0200 From: "Christian MICHON" Subject: Re: [Qemu-devel] config file support In-Reply-To: <200610221751.50317.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610221751.50317.rob@landley.net> 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 10/22/06, Rob Landley wrote: > As a random end-user, I really like being able to run qemu without a config > file, configuring it entirely on the command line. I'd be highly > disappointed if qemu turned into another Wine. > > Rob we've a lot to gain from it. Think twice: the shell and the host you use behaves in a certain way because of the way you write the command line. Migrate to a different OS for the host and you might be done for: I believe the config file support will help solving problems and debug, but most important will help promote qemu usage to the rest of the community (understand: non-developpers). Rob: you're far from being a random user, right ? :) -- Christian