From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MF1ZG-0003xa-Ba for qemu-devel@nongnu.org; Fri, 12 Jun 2009 03:52:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MF1ZB-0003we-O6 for qemu-devel@nongnu.org; Fri, 12 Jun 2009 03:52:53 -0400 Received: from [199.232.76.173] (port=48622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MF1ZB-0003wb-Hh for qemu-devel@nongnu.org; Fri, 12 Jun 2009 03:52:49 -0400 Received: from mo-p00-ob.rzone.de ([81.169.146.162]:64011) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MF1ZB-0003SF-0e for qemu-devel@nongnu.org; Fri, 12 Jun 2009 03:52:49 -0400 Message-ID: <4A3208F7.4030806@kevin-wolf.de> Date: Fri, 12 Jun 2009 09:51:19 +0200 From: Kevin Wolf MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/4] Machine config files References: <20090610173803.4674.82538.stgit@wren.home> <4A30FE41.1040907@redhat.com> <200906111418.43669.paul@codesourcery.com> In-Reply-To: <200906111418.43669.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org, Gerd Hoffmann Paul Brook schrieb: > On Thursday 11 June 2009, Gerd Hoffmann wrote: >> On 06/10/09 19:38, Paul Brook wrote: >>> The following series implements machine config files, and adds converts >>> some of the existing hardcoded machines. >> Hmm. The converted machine types have a pretty static configuration, >> i.e. where you don't need to specify more that just "-M type" on the >> command line. >> >> What is the plan for machines which can be configured in alot of >> different ways such as a typical PC? Where you can configure lots of >> details such as cpu, memory, nic, disk drives, ... using command line >> options? > > I don't believe most of these things should be configured by commandline > options. It's only done that way because we don't have any alternative (i.e. a > machine config file). If you really want full control, I expect your VM > manager will generate the machine config for you. >>From my perspective as a qemu user, I definitely don't want to miss the command line options. Not having to create configuration files is exactly what gave me the "just works" feeling when I started using qemu. And I really don't plan to use management tools in future. Kevin