From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3P5H-00029E-M1 for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:56:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3P53-0003hL-GI for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:56:35 -0500 Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:62699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3P53-0003hH-BP for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:56:21 -0500 Received: by mail-qa0-f50.google.com with SMTP id cm18so772332qab.37 for ; Wed, 15 Jan 2014 03:56:20 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52D6775B.9000704@redhat.com> Date: Wed, 15 Jan 2014 12:56:11 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1389775713-996-1-git-send-email-famz@redhat.com> <1389775713-996-7-git-send-email-famz@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit 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 , Fam Zheng , Stefan Hajnoczi , Michael Tokarev , QEMU Developers , Alex Bligh , Miroslav Rezanina , =?ISO-8859-15?Q?Llu=EDs_Vilanova?= , Richard Henderson Il 15/01/2014 12:53, Peter Maydell ha scritto: >> > 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. Is sha1sum there? If yes, let's use it. If not, I guess you'll have to install GNU coreutils from Homebrew/Fink/whatever is fancy these days, but Fam will have to add a test. Paolo