From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [RFC PATCH 0/7] QEMU patches to generate FDT from qdevs Date: Wed, 7 Apr 2010 14:58:59 -0600 Message-ID: References: <20100407040129.20274.44284.stgit@angua> <201004071501.34711.jeremy.kerr@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201004071501.34711.jeremy.kerr-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jeremy Kerr Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, qemu-devel-qX2TKyscuCcdnm+yROfE0A@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Apr 7, 2010 at 1:01 AM, Jeremy Kerr wrote: > 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? Mostly, but had to fix my sprintf handling because I had a buffer overflow. I'll send a followup patch. g.