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. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzcLK-0002Ub-Ho for qemu-devel@nongnu.org; Wed, 07 Apr 2010 16:59:22 -0400 Received: from [140.186.70.92] (port=45500 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzcLJ-0002UP-BA for qemu-devel@nongnu.org; Wed, 07 Apr 2010 16:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzcLH-0002hN-Ur for qemu-devel@nongnu.org; Wed, 07 Apr 2010 16:59:21 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:41757) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzcLH-0002hG-Qs for qemu-devel@nongnu.org; Wed, 07 Apr 2010 16:59:19 -0400 Received: by gyd5 with SMTP id 5so741486gyd.4 for ; Wed, 07 Apr 2010 13:59:19 -0700 (PDT) MIME-Version: 1.0 Sender: glikely@secretlab.ca In-Reply-To: <201004071501.34711.jeremy.kerr@canonical.com> References: <20100407040129.20274.44284.stgit@angua> <201004071501.34711.jeremy.kerr@canonical.com> From: Grant Likely Date: Wed, 7 Apr 2010 14:58:59 -0600 Message-ID: Content-Type: text/plain; charset=ISO-8859-1 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: Jeremy Kerr Cc: devicetree-discuss@lists.ozlabs.org, qemu-devel@nongnu.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.