From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzPHp-00042U-1G for qemu-devel@nongnu.org; Wed, 07 Apr 2010 03:02:53 -0400 Received: from [140.186.70.92] (port=41015 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzPHG-0003hQ-B3 for qemu-devel@nongnu.org; Wed, 07 Apr 2010 03:02:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzPGs-0005WI-5h for qemu-devel@nongnu.org; Wed, 07 Apr 2010 03:02:17 -0400 Received: from adelie.canonical.com ([91.189.90.139]:45183) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzPGi-0005Ux-2U for qemu-devel@nongnu.org; Wed, 07 Apr 2010 03:01:45 -0400 From: Jeremy Kerr Date: Wed, 7 Apr 2010 15:01:33 +0800 References: <20100407040129.20274.44284.stgit@angua> In-Reply-To: <20100407040129.20274.44284.stgit@angua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201004071501.34711.jeremy.kerr@canonical.com> Subject: [Qemu-devel] Re: [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Grant Likely Cc: devicetree-discuss@lists.ozlabs.org, qemu-devel@nongnu.org Hi Grant, > This is an experimental set of patches for populating the flattened > device tree (fdt) data from the actual set of qdevs in the platform. Neat. I've pulled these into my qemu tree, and have updated it to the current qemu master branch too (only a minor change, as qemu_error has been removed). Could you try out the new branch to see if it all works for you? Cheers, Jeremy