From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MF8d9-0002nK-SR for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:25:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MF8d5-0002kz-7v for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:25:23 -0400 Received: from [199.232.76.173] (port=42587 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MF8d4-0002kf-M5 for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:25:18 -0400 Received: from mail2.shareable.org ([80.68.89.115]:32794) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MF8d4-0000jE-6n for qemu-devel@nongnu.org; Fri, 12 Jun 2009 11:25:18 -0400 Date: Fri, 12 Jun 2009 16:25:10 +0100 From: Jamie Lokier Subject: Re: [Qemu-devel] [PATCH 3/4] Stellaris machine config Message-ID: <20090612152510.GA18247@shareable.org> References: <20090610173803.4674.82538.stgit@wren.home> <20090610173829.4674.2315.stgit@wren.home> <20090611163217.GA12367@shareable.org> <87r5xp1rt4.fsf@pike.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r5xp1rt4.fsf@pike.pond.sub.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, M P , Paul Brook Markus Armbruster wrote: > The need for an FDT to pass to the kernel doesn't dictate that we must > use it as configuration file. FDT could be generated from the internal > machine description. I agree and that might be nicer in the end, if FDTs turn out to be an inconvenient representation of QEMU devices. I would not be surprised if we start with FDTs, and then gradually modify the FDT code to get "QEMU FDTs", and eventually evolve to something everyone likes :-) -- Jamie