qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v16 6/9] module: implement module loading
Date: Wed, 15 Jan 2014 12:11:09 +0000

On 15 January 2014 12:05, Paolo Bonzini <address@hidden> wrote:
> Il 15/01/2014 13:03, 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.
>> Nope. There is shasum (because perl provides it) and md5
>> (not md5sum).
>
> Then we need a test that tries both sha1sum and shasum

Which systems do you expect to have sha1sum but not
shasum ?

Googling suggests the BSDs call the native program 'sha256'
but probably have perl's shasum anyway.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]