From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3PgV-0005uC-BE for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:35:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3PgP-0000PK-B6 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:35:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3PgP-0000PG-34 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 07:34:57 -0500 Date: Wed, 15 Jan 2014 20:34:46 +0800 From: Fam Zheng Message-ID: <20140115123446.GA17246@T430.redhat.com> References: <1389775713-996-1-git-send-email-famz@redhat.com> <1389775713-996-7-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Kevin Wolf , Stefan Hajnoczi , Michael Tokarev , QEMU Developers , Alex Bligh , Paolo Bonzini , Miroslav Rezanina , =?iso-8859-1?Q?Llu=EDs?= Vilanova , Richard Henderson On Wed, 01/15 11:53, Peter Maydell wrote: > On 15 January 2014 08:48, Fam Zheng wrote: > > This patch adds loading, stamp checking and initialization of modules. > > > +echo "CONFIG_STAMP=`(echo $qemu_version; echo $pkgversion; cat $0) | sha256sum - | cut -f1 -d\ `" >> $config_host_mak > > This fails to configure under MacOSX, I'm afraid -- there is > no sha256sum there. Can we assume shasum [1] always present on MaxOSX? (Seems it comes with perl.) [1]: https://developer.apple.com/library/mac/documentation/Darwin/Reference/Manpages/man1/shasum.1.html Fam