From: Peter Maydell <peter.maydell@linaro.org>
To: "Daniel P. Berrange" <berrange@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PULL v1 00/13] Merge crypto code for LUKS encryption
Date: Thu, 17 Mar 2016 14:01:01 +0000 [thread overview]
Message-ID: <CAFEAcA86TN0xD_Zss2k3KisU-8ACW1twRBZJrPimFRRCg-eeTA@mail.gmail.com> (raw)
In-Reply-To: <CAFEAcA_B1XCS+WUzhPVB9-PnVaqeExfa19r4AL_b_-nrDqjpxg@mail.gmail.com>
On 17 March 2016 at 13:51, Peter Maydell <peter.maydell@linaro.org> wrote:
> On 17 March 2016 at 13:42, Daniel P. Berrange <berrange@redhat.com> wrote:
>> The following changes since commit 8c4575472494a5dfedfe05e7b58ca9ce3872ad56:
>>
>> Merge remote-tracking branch 'remotes/ehabkost/tags/machine-pull-request' into staging (2016-03-17 08:52:58 +0000)
>>
>> are available in the git repository at:
>>
>> git://github.com/berrange/qemu tags/pull-qcrypto-2016-03-17-1
>>
>> for you to fetch changes up to 0a3d53cfda6f200c84c13c3818017e56edc761ba:
>>
>> crypto: implement the LUKS block encryption format (2016-03-17 12:42:33 +0000)
>>
>> ----------------------------------------------------------------
>> Merge QCrypto 2016/03/17 v1
>>
>> ----------------------------------------------------------------
>
> This doesn't build on OSX, I'm afraid:
>
> /Users/pm215/src/qemu-for-merges/crypto/pbkdf.c:37:23: error: use of
> undeclared identifier 'RUSAGE_THREAD'
> if (getrusage(RUSAGE_THREAD, &start) < 0) {
> ^
> /Users/pm215/src/qemu-for-merges/crypto/pbkdf.c:49:23: error: use of
> undeclared identifier 'RUSAGE_THREAD'
> if (getrusage(RUSAGE_THREAD, &end) < 0) {
> ^
Also a w32 build failure:
crypto/pbkdf.c:23:26: fatal error: sys/resource.h: No such file or directory
#include <sys/resource.h>
^
thanks
-- PMM
prev parent reply other threads:[~2016-03-17 14:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-17 13:42 [Qemu-devel] [PULL v1 00/13] Merge crypto code for LUKS encryption Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 01/13] crypto: add cryptographic random byte source Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 02/13] crypto: add support for PBKDF2 algorithm Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 03/13] crypto: add support for generating initialization vectors Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 04/13] crypto: add support for anti-forensic split algorithm Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 05/13] crypto: skip testing of unsupported cipher algorithms Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 06/13] crypto: add support for the cast5-128 cipher algorithm Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 07/13] crypto: add support for the serpent " Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 08/13] crypto: add support for the twofish " Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 09/13] crypto: import an implementation of the XTS cipher mode Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 10/13] crypto: refactor code for dealing with AES cipher Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 11/13] crypto: wire up XTS mode for cipher APIs Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 12/13] crypto: add block encryption framework Daniel P. Berrange
2016-03-17 13:42 ` [Qemu-devel] [PULL v1 13/13] crypto: implement the LUKS block encryption format Daniel P. Berrange
2016-03-17 13:51 ` [Qemu-devel] [PULL v1 00/13] Merge crypto code for LUKS encryption Peter Maydell
2016-03-17 14:01 ` Peter Maydell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFEAcA86TN0xD_Zss2k3KisU-8ACW1twRBZJrPimFRRCg-eeTA@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=berrange@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).