[Qemu-devel] [PULL v1 0/2] Merge QEMU crypto 2017/09/05

Daniel P. Berrange posted 2 patches 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170905092910.8946-1-berrange@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
tests/benchmark-crypto-cipher.c | 4 ++--
tests/benchmark-crypto-hash.c   | 4 ++--
tests/benchmark-crypto-hmac.c   | 4 ++--
tests/crypto-tls-x509-helpers.c | 3 ++-
4 files changed, 8 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL v1 0/2] Merge QEMU crypto 2017/09/05
Posted by Daniel P. Berrange 6 years, 7 months ago
The following changes since commit 32f0f68bb77289b75a82925f712bb52e16eac3ba:

  Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-09-01 17:28:54 +0100)

are available in the git repository at:

  git://github.com/berrange/qemu tags/pull-qcrypto-20170905-1

for you to fetch changes up to 23c1595b0297e6ca8f37559af6f0b8533aa1fd99:

  crypto: fix test cert generation to not use SHA1 algorithm (2017-09-04 10:45:19 +0100)

----------------------------------------------------------------
Merge QEMU crypto 2017/09/05 v1

----------------------------------------------------------------

Daniel P. Berrange (1):
  crypto: fix test cert generation to not use SHA1 algorithm

Philippe Mathieu-Daudé (1):
  tests: fix incorrect size_t format in benchmark-crypto

 tests/benchmark-crypto-cipher.c | 4 ++--
 tests/benchmark-crypto-hash.c   | 4 ++--
 tests/benchmark-crypto-hmac.c   | 4 ++--
 tests/crypto-tls-x509-helpers.c | 3 ++-
 4 files changed, 8 insertions(+), 7 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL v1 0/2] Merge QEMU crypto 2017/09/05
Posted by Peter Maydell 6 years, 7 months ago
On 5 September 2017 at 10:29, Daniel P. Berrange <berrange@redhat.com> wrote:
> The following changes since commit 32f0f68bb77289b75a82925f712bb52e16eac3ba:
>
>   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-09-01 17:28:54 +0100)
>
> are available in the git repository at:
>
>   git://github.com/berrange/qemu tags/pull-qcrypto-20170905-1
>
> for you to fetch changes up to 23c1595b0297e6ca8f37559af6f0b8533aa1fd99:
>
>   crypto: fix test cert generation to not use SHA1 algorithm (2017-09-04 10:45:19 +0100)
>
> ----------------------------------------------------------------
> Merge QEMU crypto 2017/09/05 v1
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM