From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MESZd-0001Kv-IQ for qemu-devel@nongnu.org; Wed, 10 Jun 2009 14:30:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MESZZ-0001Ka-1T for qemu-devel@nongnu.org; Wed, 10 Jun 2009 14:30:57 -0400 Received: from [199.232.76.173] (port=32950 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MESZY-0001KS-U5 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 14:30:52 -0400 Received: from mail-fx0-f212.google.com ([209.85.220.212]:61806) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MESZY-0001Lv-H6 for qemu-devel@nongnu.org; Wed, 10 Jun 2009 14:30:52 -0400 Received: by fxm8 with SMTP id 8so460411fxm.34 for ; Wed, 10 Jun 2009 11:30:51 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090610173821.4674.58171.stgit@wren.home> References: <20090610173803.4674.82538.stgit@wren.home> <20090610173821.4674.58171.stgit@wren.home> Date: Wed, 10 Jun 2009 21:30:51 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 2/4] Add device tree machine From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org On 6/10/09, Paul Brook wrote: > FDT based machine creation. > When -M foo is specified look for and use foo.fdb. > Build and ship board configs. Cool. > if test "$preadv" = "yes" ; then > - echo "#define HAVE_PREADV 1" >> $config_h > + echo "#defne HAVE_PREADV 1" >> $config_h #defne? > + buf = qemu_mallocz(strlen(name) + 5); > + sprintf(buf, "%s.dtb", name); snprintf?