From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MF8Gs-0000sF-BX for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:02:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MF8Gn-0000qG-GY for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:02:21 -0400 Received: from [199.232.76.173] (port=37716 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MF8Gm-0000q9-Uq for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:02:17 -0400 Received: from mail-gx0-f207.google.com ([209.85.217.207]:33561) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MF8Gm-0002QQ-0G for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:02:16 -0400 Received: by gxk3 with SMTP id 3so9487314gxk.10 for ; Fri, 12 Jun 2009 08:02:11 -0700 (PDT) Message-ID: <4A326DF1.3040406@codemonkey.ws> Date: Fri, 12 Jun 2009 10:02:09 -0500 From: Anthony Liguori 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> <4A3208F7.4030806@kevin-wolf.de> <87vdn11rzy.fsf@pike.pond.sub.org> <4A326498.90801@kevin-wolf.de> In-Reply-To: <4A326498.90801@kevin-wolf.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: Markus Armbruster , qemu-devel@nongnu.org Kevin Wolf wrote: > Markus Armbruster schrieb: > > Don't get me wrong, I'm not against configuration files. Having them is > great and probably I'd even find some uses for them occasionally. I just > don't want to be _forced_ to use them which I fear is what Paul is > talking about. > What we need is a command line option that can be used to manipulate a device tree. All of the existing options could then be implemented in terms of the former option. There will probably be a lot of things in the future that you can only do via device tree manipulation. I don't see any reason why not to add convenient syntax though for the most common things. Regards, Anthony Liguori