From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3P2y-00006j-Om for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:54:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3P2r-0002p1-Nh for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:54:12 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:64206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3P2r-0002ow-GZ for qemu-devel@nongnu.org; Wed, 15 Jan 2014 06:54:05 -0500 Received: by mail-la0-f46.google.com with SMTP id b8so1306352lan.5 for ; Wed, 15 Jan 2014 03:54:04 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1389775713-996-7-git-send-email-famz@redhat.com> References: <1389775713-996-1-git-send-email-famz@redhat.com> <1389775713-996-7-git-send-email-famz@redhat.com> From: Peter Maydell Date: Wed, 15 Jan 2014 11:53:43 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Fam Zheng Cc: Kevin Wolf , Stefan Hajnoczi , Michael Tokarev , QEMU Developers , Alex Bligh , Paolo Bonzini , Miroslav Rezanina , =?UTF-8?Q?Llu=C3=ADs_Vilanova?= , Richard Henderson 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. thanks -- PMM